If you are blogging over Self Hosted Wordpress Blog, than this post will tell you How you can insert AD (Advertisement) Code between your Wordpress Blog Header & Posts?
It’s recommended that you insert only 728 x 90 Leaderboard (Horizontal) code between your Wordpress Blog Header and Posts, as otherwise you whole blog theme interface will not look good!
Login to your Wordpress Dashboard and Go to Appearance>> Editor (Theme Editor), now here you have to edit Index.php, Single.php and Page.php. Now look for following Lines:
<?php get_header(); ?>
<div id=”main”>
<div id=”content”>
Now in between <?php get_header(); ?> & <div id=”main”> insert your desired Advertisement (Javascript or HTML) Code as shown below:
<?php get_header(); ?>
Insert Advertisement (like Google AdSense) Code Here
<div id=”main”>
<div id=”content”>
It’s better that you use Center Tags here. The Code with Center Tags will look as follows:
<?php get_header(); ?>
<center>
Insert Advertisement (like Google AdSense) Code Here
</center>
<div id=”main”>
<div id=”content”>
It’s all done. Now you will get the Advertisement between your Wordpress Blog Header, Posts and Sidebar! If you have any doubt with respect to this, feel free to Ask in Comments Section Below.
Note: If you only want the Advertisement to appear on Homepage, just edit Index.php. Edit accordingly for Page.php (Wordpress Pages) and Single.php (Wordpress Single Post Pages).
Related: Integrate Google AdSense for Search in Wordpress after removing the Sidebar and How to Insert AdSense Between First Post & Second Post in Wordpress?
Related posts:


Good post. Will try it definitely. BTW, easy adsense plugin for Wordpress is also good.
I inserted the code but when I added before and after, it centered the ad plus a bunch of other things on the page. What can you insert so it centers the ad only?
Also any simple code to add in a bit of space between header and the ad, then between the ad the post/sidebar?
Thanks.
its was meant to say “when I added ‘center’ tags before….”
Hello Friend,
First of all Let me see your Wordpress Blog, give me your Blog Address
Also if possible E-mail me your index.php and single.php files using the Contact Page
Thanks
Thanks a lot you solve my Problems
I got it working all ok, I put a Div Style command in to centre the ad.
Thanks for this article, its great.
Glad to know that it worked