like your "Hide Featured Category" option for the slider I would like to hide some other categories as well.
Is there a code I could add to the functions.php or else with the specific category IDs to hide them in EVERY post? I just use them for managing my website and don't want visitors to see those.
Hello,
like your "Hide Featured Category" option for the slider I would like to hide some other categories as well.
Is there a code I could add to the functions.php or else with the specific category IDs to hide them in EVERY post? I just use them for managing my website and don't want visitors to see those.
Kind regards
Hi,
You can try open functions.php file and on line 1691, find this code:
and change it to:
Change value 111, 222, 333 on the above code to categories ID you don't want to show.
Best Regards,
PenciDesign
It's working. Thanks.
Any way to not have to change the code after every theme update?
Hi,
If you want to do that, you need to use child theme or write a plugin for that. But, I think simple is backup the code and change it for each update
Best Regards,
PenciDesign
Will do but you guys are putting out a new release every day at the moment :)
Maybe you could add this feature in a future release of your theme if it's not that much of a deal.
Thanks for your help anyway. This ticket can be closed
Hello,
unfortunately the code isn't working anymore.
Could you please provide me with an updates version. Thanks!
Got it working again. No more help needed :)