Post exclusion in mobile theme

Posted in: Newspaper
Post count: 58

Hi, dear developers,

how can I exclude any post (or posts) via them IDs from the mobile theme?
I mean exclude them from the latest articles section.
Probably I should edit some of PHP files or hide with CSS.

In my case the title of the password protected post is visible for everyone but I don’t want this.

Thanks.

Post count: 20688

Hi,

You could try to add this line of code in the mobile latest articles loop
https://www.screencast.com/t/tt3yK8lKS67

'post__not_in' => array(),

Try entering post IDs there and check if they are removed.

Thanks

Post count: 58

Simion,

thank you so much.

You’re the best. Really.

Post count: 99

How do you exclude the entire category out?

Post count: 20688

@IamLegend Try that like this – https://www.screencast.com/t/aqgRA1wE3

'category__not_in' =>array(),

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