How Turn OFF Latest Articles on bottom below Mobile

Posted in: Newspaper
Post count: 17

How do you Turn OFF Latest Articles on bottom below Mobile

Post count: 35449

Hi,

If you are using the mobile theme plugin, you can not disable the “Latest articles”, what you can do is to show the responsive version, or if you want you can disable the mobile theme plugin, if you are not using this plugin, then you can hide this section with custom css like this one -> https://i.imgur.com/a7JGAcF.png
.td-pb-article-list{
display: none;
}

Hope this will help you!

Thank you!

Post count: 4

Is there no way I can hide specific category of posts from my mobile homepage latest post? I need help cos I want to hide some categories of stories from showing on my mobile homepage.

Post count: 35449

Hi,

Unfortunately there is no option for this, you can achieve it only with custom work, sorry!

Thank you for your understanding!

Post count: 4

okay, thanks. Can u help with any custom function?

Post count: 35449

Hi,

Sorry, unfortunately the custom work, the file where is need to make the changes is wp-content/plugins/td-composer/mobile/front-page.php -> https://i.imgur.com/5lNg8jr.png
-> https://stackoverflow.com/questions/17537978/wordpress-post-not-in-function-not-excluding-current-post-in-widget-array

Hope this will help you!
Thank you for your understanding!

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