Good day. Adsense Manager is working properly, I see ad clicks in Google Adsense and I see ads on my page... But only 3. The site is set to display 10 posts per page. To see the 'error' visit swankyveg.com.
The adsense-manager code has been added to the respective template pages - hence it working (partially). Have I overlooked something in the adsense-manager settings?
This is part of the code for the main index page:
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<?php if(function_exists('the_tags')) the_tags('Tags: ', ', ', '<br/>'); ?>
<?php adsensem_ad('swanky-retrobook'); ?>
</div>
Thoughts/suggestions?