New plugin: Ad manager
It’s still under development, but the current version supports all functionality of the Ads mod from “Mystique” so you might as well use it instead of the mod
- Download on WordPress.org
- Support Forums (post bug reports / requests here)
A quick screenshot:
In case you’re wondering if you will loose existing ads from the theme – no, they will be imported by the plugin.
For theme developers – to add “ad location” support in your theme, pass an action tag to the registerAdLocation() method. Example:
if(defined('AdManager::VERSION')) AdManager()->registerAdLocation('after_header', __('After theme header'));