Excluding Posts with Specific Tags in Related Articles and Modules

Posted in: Newspaper
Post count: 7

Is there a way to exclude a post from showing in related articles/modules with a specific tag?

Post count: 6600

Hi,

Try this implementation: http://screencast.com/t/Pdj3IOCi8ZMC and the code below like in the image and add instead of 33 your tag id.

$exculdetag = array( 33 );
$wp_query_args['tag__not_in'] = $exculdetag;

Hope this helps!

Thanks

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