Exclude Ads from Category
-
Hello,
i wanted to exclude Ads from one category in my blog, but it’s not working. I put code in single_news.php, but ad is still there. I tried this codes…
<?php if ( !in_category(categoryId) ) { ?> (Ad code here) <?php } ?><?php if($category->ID != categoryId): ?> (Ad code here) <?php endif; ?>Can someone please help me?
The topic ‘Exclude Ads from Category’ is closed to new replies.