Hi, I'm looking for a plugin for wordpress which will allow me to display advertisements between posts on my blog. Anybody got any recommendations? Thanks
You mean inbetween a post content? 1st part of post --Advt-- 2nd part of post --Advt-- 3rd part of post Code (markup):
Not a plugin but pretty easy to implement... http://www.joehayes.org/adsense-after-the-first-post-in-wordpress.html
All you have to do is add a little code to your index.php template. You can do this to place an ad after the 1st, 2nd, 4th post or whatever. I wrote a post a year or so ago which covers this. If you are unsure about any of this just pm me How to integrate google adsense with your Wordpress Blog without using plugins
No sorry, I mean an advert after every blog post. So: post 1 Advert post 2 Advert (etc). I thought that plugins were the best/easiest way of doing the above? Or am I wrong? I was hoping that I could simply add Adsense or any other affiliate banners/links. Or perhaps that it could randomly choose with advert to display. Thanks for any more help, I'll look at the links posted above now.
I think the easiest way is to insert the ad code directly into your template's codes. If you prefer to have a banner rotation script, there are plenty of them on hotscripts.com but of course they're not wordpress plugins...
Thanks for the help. Can someone explain what a wordpress plugin is then? I thought there would be a plugin suitable for what I'm trying to achieve? Would the scripts cost to download/use? Thanks
I would try editing the index.php file as suggested but I was hoping to display random adverts (not just google adsense)... anyone know if this would be possible?