works great… any updates any new options ? :))
https://www.ads-software.com/plugins/category-excluder-from-theme-customizer/
]]>Wish I could use this… Does what you said, and I had no problem selecting contrary to your 3 star reviewer, using the shift and command keys…
BUT, and a big but, it takes out my whole main menu, totally empty header….
I’ll change my review if you fix this and it doesn’t have other problems…
https://www.ads-software.com/plugins/category-excluder-from-theme-customizer/
]]>Hello good people,
Can your plugin: Category Excluder from Theme Customizer
Do this:
I need to allow a category to feed in it’s own feed E.g.
https://domain.com/category/categoryX/feed/
BUT — I must exclude that feed from the site feed:
I tried adding the below linked PHP to the functions.php and it keeps the categoryX feed out–but it also STOPS the categoryX feed completely!
SEE:
https://premium.wpmudev.org/blog/how-to-exclude-a-category-from-your-wordpress-feed/
function excludecatfeed($query) {
if(is_feed()) {
$query->set(‘cat’,’-categoryX’);
return $query;
}
}
add_filter(‘pre_get_posts’, ‘excludecatfeed’);
Thank you for your help!
Chris
https://www.ads-software.com/plugins/category-excluder-from-theme-customizer/
]]>