Author archive and Categories
-
Hi,
Is there a definitive answer for including the Author into a site’s Author Archive page and to be able to show the Categories associated with the CPT?
I’ve been looking but am not sure… I’ve tried:add_filter( 'pre_get_posts', 'my_get_posts' ); function my_get_posts( $query ) { if ( is_author() ) { $query->set( 'post_type', array( 'post', 'kates-chat' ) ); } return $query; }
but that also added eveything to the main site menu so that’s no good.
Any help or pointers would be greatly appreciated.
Many thanks,
Richard
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Author archive and Categories’ is closed to new replies.