Creating another category like "Featured"

Posted in: Newspaper
Post count: 3

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

Post count: 35449

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!

Post count: 3

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 :/

Post count: 35449

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!

Post count: 3

Hi,
sorry but that doesn’t help me very much, considering that’s the only mention of the category in that file… And it’s just a define(). I would like to know where the code that hides the category from the theme exactly is :/

Post count: 35449

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!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.