I am wondering if there is a plugin that will post a banner ad every 3 or so posts?
I am wondering if there is a plugin that will post a banner ad every 3 or so posts?
Sign up to any service such as Adbrite.com and use their full-screen ads?
Then insert their script into your footer.php (in your template) and you're all set.
Will that work if I have my own ads?
And how does it know to display an ad every 3 posts in my blog?
I just need to be able to put a banner in between posts every 3 posts. Are there no plugins for this?
did you LOOK to see what plugins there are?
http://wordpress.org/extend/plugins/search.php?q=advertising
Yeah I wasnt able to find anything that posted between posts every so often...
And how does it know to display an ad every 3 posts in my blog?
You need to add some logic to your loop, count the posts, then if (evenly divisible by three, or whatever) call the "insert ad" function provided by some of those plugins.
This topic has been closed to new replies.