Display, sell, and manage ad space on your WordPress powered site with AdMangler.
admangler.zip or admangler.tgz to the /wp-content/plugins/ directory and extract the contents.<?php global $adMangler; ?> near the top of any template file you plan to use the $adMangler object.<?php $adMangler->GetAd(array('width'=>486,'height'=>60,'return'=>false)); ?> to call an Ad.<?php $adMangler->GetAds(<width>, <height>, false); ?> ex: <?php $adMangler->GetAds(468, 60, false); ?>.<width>x<height>] ex: [AdMangler:468x60] inside any page or post where you wish your ad to show.
Requires: 2.8.2 or higher
Compatible up to: 3.1.0
Last Updated: 2010-9-24
Downloads: 5,631
Got something to say? Need help?