Hi everyone, Looking for some help here. I need to add an ad (maybe 300x250 or so) on every single individual post top left corner. Is there any plugin which can do it or reference to any hard coding as to what I need to do? Tried Ad minister and couple of other plugins but most plugins just create widgets for sidebar and I need it for the individual post top left corner. I'm using 2.7 currnetly. Rep will be given for working plugin. Thanks
I think you can also use those wordpress adsense plugins. Some are not just made specifically for adsense as you can also put some codes other than adsense. Just look for them at your Wordpress plugin dashboard.
just got it figured out. thought there would be a plugin to do it easy but i did the hard coding and it works great <div style="float:left; margin:2px;"> <ad here> </div> Code (markup): put that after the title on the single entry which did the job
You can do that by the above code.....But, if you can place a small piece of code in single.php It does the rest for al posts