Hi, is there a way to create another category that behaves like the standard “Featured” that comes with the theme?
I would like to have more than one hidden category to organize posts without showing the name.
Also, would it be possibile to change the Featured name/slug?
I understand the basics of PHP and functions, if needed.
Thanks
Hi,
Unfortunately for the moment only this category have this option and you can create more, sorry!
The file that create this category can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php -> http://prntscr.com/q0h0aq
Also you can change the the slug from here -> http://prntscr.com/q0h1cs
Hope this will help you!
Thank you!
Thank you for your answer.
Isn’t there a part in the PHP code that decides to “hide” every mention of the featured category from everywhere in theme? If yes, I could duplicate that part and point it to my new category.
Also, if you change name/slug, the category isn’t hidden anymore :/
Hi,
Please check in this file -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php -> https://i.imgur.com/lTwIFBT.png
Hope this will help you!
Thank you!
Hi,
This is the way how the featured category is use -> http://prntscr.com/q27jra the path is wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php
Thank you!