Hide all ads from logged in users

Posted in: Newsmag
Post count: 28

Hi,

I was wondering, how is it possible to hide all of the banner ads for users that are logged in? Is there a function that could be used?

Thank you!

Post count: 780

hi,
unfortunatly the theme does not support that out of the box, I think you can modify our ad shortcode like so http://screencast.com/t/lHkH04FvG

if (is_user_logged_in()) {
   return '';
}

if you don’t want to edit the block directly, you can use the theme api to replace it with your own implementation: https://forum.tagdiv.com/api-blocks-introduction/

  • This reply was modified 11 years by Radu.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.