Showing ad in sidebar for posts only
-
I’m trying to add a Google AdSense block to my sidebar, but I want it to display on posts only, not pages, home page, category nor tag listings.
Here’s what I have, but nothing is showing up. What am I doing wrong? I’m not a programmer by any means — this is just want I pieced together from other Google searches. Seems like it should work to me, though.
<?php if (is_single()) : ?> <?php include(TEMPLATEPATH.'/sidebar-adsense.php'); ?> <?php endif; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Showing ad in sidebar for posts only’ is closed to new replies.