Skip to content

Other front end parameters

John Blackbourn edited this page Jan 19, 2019 · 1 revision

Along with Custom permalink structures, Query vars for sorting, and Query vars for filtering, several other parameters are available that provide functionality for the front end.

Show in Feed

Posts of this post type can be added to the site's main RSS feed by passing boolean true to the show_in_feed parameter.

register_extended_post_type( 'article', array(
	'show_in_feed' => true
) );