If I want to display only posts from a given category on index.php and I want to modify the display (display only an excerpt, etc.) for each given post returned in the loop how do I do that?
If I want to display only posts from a given category on index.php and I want to modify the display (display only an excerpt, etc.) for each given post returned in the loop how do I do that?
Hi ucallrt,
you could create a Child Theme and overwrite the templates where you want to change it. To exclude certain categories, the 'pre_get_posts' action is your friend :)
Konstantin
You must log in to post.