Hi, There is any way that can allow me to add adsense ad between the blogposts in the homepage of wordpress blog? I found this tutorial using Google but the method is not working anymore http://www.lancelhoff.com/adding-adsense-ads-between-posts/ Please let me know and share yout tips..
login to your admin panel and find the main index file under your site editor. you can hard code the adsense code there
I'll bite... /wp-content/themes/YOURTHEMEFOLDER/index.php Look for <?php if(have_posts());?> <?php while(have_posts()); the_post();?> PHP: You can put custom HTML & PHP Code after this. This will load that ad every single time after (or before depending on where you put it) a post on your homepage only.
This will work if you want to add an ad under the title in the fisrt post in the homepage but what if you want to add an ad between the 2nd and 3rd post on your homepage, any ideas or plugins for wordpress that can do that?
This should add it underneath every single post, are you sure you put it in the correct spot? Wordpress has a thing called "The Loop" in which is processes each post just by using that line of code. Try adding it in different places in the post area. I'll do a little research after I get home from work.
just curious why you would want to do this,great if you want your blog to look the same with ads in the same places, personally random ads in posts or on pages seem to always work better and there are wordpress plugins for these, i use All in One Adsense and YPN plugin and my ctr and clicxks have doubled since i did you can specify colours, types of ad and even fixed or random ads, anyhow just my preferanc