Hello everyone I am working on a website at the moment which includes a blog. I am wanting to add AdSense to the blog but I am unsure about how to go about this I am wanting to add AdSense on the blog homepage after ever second post made. I am also wanting to add it to the individual post pages below the post. Can anyone help me do this? The blog is located at http://www.Vegetable-Gardens.co.uk/blog Thanks
This is the way i have it show ad after first post. On the post itself show at the top and bellow the post 1st edit your main index template after : <div class="post"> <?php the_content(__('Continue Reading »')); ?> </div> <!--add your google code here--> <?php endwhile; ?> Code (markup): 2. Top of post : Edit Single Post after: <div class="author"><?php if ($showauthor == 'true') {_e('» by'); echo ' '; the_author_posts_link();} ?> in: <?php the_category(','); ?></div> <!--add google code here--> <div class="post"> <?php the_content(__('Continue Reading »')); ?> </div> Code (markup): 3. At the bellow of the post After: <?php if (function_exists('related_posts')) { ?> <div class="related"> <h3>Related Posts</h3> <ul><?php related_posts(); ?></ul></div> <?php } ?> <!--add google code here--> Code (markup): just play around with it, that's how i got mine to work and it looks greate. Good luck
I am using Adsense-Injection plugin.. Also adsense Deluxe is also a good plugin - But i am not able to make it work.
If you don't mind changing your template .. I would suggest going with some Adsense Ready Wordpress Themes