Archived topic
Disable the "first post featured" only for a specific category....
3 replies · Started by Yannick on January 31, 2020
I would like to disable the "first post featured" for a single category but have it enabled everywhere else, including the blog (home) page.
Hi there,
You would need this filter:
https://docs.generatepress.com/article/option_generate_blog_settings/#options-%E2%80%98featured_column%E2%80%99
With this conditional tag:
https://codex.wordpress.org/Conditional_Tags#A_Category_Page
Quick example of the code:
https://generatepress.com/forums/topic/only-show-post-as-featured-post-on-homepage/#post-680362
Let me know if this helps :)
Bingo :)
Awesome :)