Wordpress: Manage Ads with Ad-minister
Thanks for stopping by my personal blog on Marketing Technology! Over 50,000 visitors a month find my content worth returning for, so don't forget to subscribe to the Marketing Technology Blog RSS feed or to the Marketing Technology Email to have new content sent directly to your inbox. You may also find my other business blog helpful, Social Media Domination.
Each time I would test some ads on my site, I always had to reach into the theme designer and edit the core them code… something that gets me a little nervous. I’ve tested quite a few ad plugins for my Wordpress blog, but none of them were robust enough.
This week I finally found what I needed with a fantastic Wordpress ad management plugin, called Ad-minister.

The interface for Ad-minister isn’t too intuitive, but the features are perfect. Here are the steps to configure Ad-minister, check out the author’s site for additional details:
- Install and activate the plugin.
- Enter the necessary code in your theme, be sure to put great descriptions for the location - especially if you have quite a few regions:
<?php $args = array('position' => 'Top banner', 'description' => 'This is the banner on top of every page', 'before' => '<div id="banner-top">', 'after' => '</div>'); do_action('ad-minister', $args); ?> - Go to your Manage tab and select Ad-minister.
- Click the Positions/Widgets tab and you should now see all of the positions that you’ve added within your theme design.
- Now click Create Content. Past your code, select the position where you’d like it to display and you’re off and running. Be sure to title the content enough to differentiate your ads.
- You’re now off and running!
The plugin also has additional functionality such as date ranges, number of clicks, etc. It’s a very robust plugin that has everything you need to manage advertising easily on a Wordpress blog!

Douglas Karr