Expired Tag Posts removed from Homepage Blocks?

Posted in: Newsmag
Post count: 27

Hey again.

Loving the theme.

I am messing around with the custom page builder now and noticed that I can’t exclude posts from blocks that have a certain tag. I am curious if there is a way to remove all “Expired” tagged posts from homepage custom page builder blocks.

Would I have to edit each block template or is there some sort of loop before the template?

Any help be great,

Thanks for all the support, <3

Post count: 27

I noticed you can exclude categories from homepage blocks (eg: -76)

However I tried this for the tags and received an error.

Post count: 6600

Hi,

Try this: $args['category__not_in'] = array(1); like this: http://screencast.com/t/Sdnv70WG and add your posts to a specific category then add the category id in the array.

Thanks

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