Wordpress Blogger sometime face problem when they try to insert ads in home page in single post ,as it is not at all possible to display ads in single post in homepage without any tweaks , If you try to add this you will get ads on every post displayed in homepage.
This can only be solved with simple tweak inside Index.php file,Just Search For below the below guide and you can easily get out from this problem.
Simply go to your themes homepage i.e index.php file and look for the below following code:
<?php endwhile; ?>
Immediately before this code, place the below following code:
<?php if(!$show_ads){ ?> Insert adsense or any other ads Code Here <?php $show_ads = 1; } ?>
You can also add adsense ads on left or right side in between wordpress post with simple Tweeks and Increase yours income.
- Inserting Adsense Ads In Between Wordpress Post
- Blogger Hacks-Wrap adsense text ads on left and right side or in between blog post of blogger.com
- How to Display Adsense Ads when Individual Single Post Is Viewed
- Adding Digg Buttom Manually On Wordpress Post
- Adsense Wordpress Theme



No Responses to “Adding Adsense Ads On Single Post In Home Page Wordpress Hacks”
Please Wait
Leave a Reply