Hide contents from the site if they have no featured image

Posted in: Newsmag
Post count: 26

We want to hide all the contents that don’t have a Featured Image.

Why not just removing them? Because we still want them to be available when accessed directly from social networks.

What we tried?

Adding a special query to the WP args array on td_data_source.php

$wp_query_args['meta_query']=array(
'key' => '_thumbnail_id',
'compare' => 'EXISTS'
);

PREVIEW of CODE

But it is not working. What can we do? Thanks 🙂

Post count: 1291

Hi,

Try something like this – http://screencast.com/t/7fLCxsWnT6
It may create empty spots – http://screencast.com/t/zEPYwZqhq1g2

Thank you!

Post count: 26

Thanks for taking your time.

Peace 🙂

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