-
-
Notifications
You must be signed in to change notification settings - Fork 96
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.
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
) );