mobile theme plugin change category

Posted in: Newspaper
Post count: 30

Hello, in a mobile plugin theme i would change a “featured Category” in a homepage with my custom category.
where can I change this setting?

Post count: 35449

Hi,

For this you need to go in wp-content>themes>Newspaper>mobile>front-page.php and change the condition for featured -> https://prnt.sc/mic696

Thank you!

Post count: 30

Maybe I did not say good. I would always use a WordPress category, but not the default one from the theme.

Post count: 35449

Hi,

That is the way the mobile theme is designed. It displays posts from the featured category. Here is where this implementation is made – https://prnt.sc/mic696 You could probably add a category id like this – https://www.screencast.com/t/NWitsoSZen and insert a category id, so it should display featured posts from that category only, and also change the sorting but this is not tested properly and it could provide unexpected results.

Maybe you want to change the featured cat name -> wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php
-> https://www.screencast.com/t/DJGnYPthCW

Thank you!

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