Displaying Ads based on category

Posted in: Newspaper
Post count: 268

Hi,

i’d like to displaying adsense Ads based on category.

How can I change the code or do you suggest a lightweight plugin that can do it respecting the theme settings?

Thanks

Post count: 268

is it possible to use in function.php theme something like this?

<?php if ( is_category( ‘cat’) ): ?>
<!– Insert ads code for cat –>

<?php elseif ( is_category( ‘dog’) ): ?>
<!– Insert code for dog –>

<?php else: ?>
<!– Insert code for generic –>

<?php endif; ?>

Post count: 6600

Hi,

I suggest you try a plugin to manage your ads and display theme based on categories. A code like the one you’ve mentioned would need to be used within a hook or you could try to add a condition for ads in theme’s ad block here: http://screencast.com/t/MiJO695jMR73
Hope this helps!

Thanks for the message!

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