New this Version

  1. Added the ability to associate an Ad with a specific Page and/or position on a page.
  2. Added the ability to make an Ad exclusive for a particular position on a page.
  3. Bug fix to prevent duplicate ads being created when editing a newly created ad
  4. Bug fix for unexpected output during activation
  5. Removed the items that have some missing functionality

Using Admangler

  1. Please Report Any Bugs Found to: bugs@webternals.com
  2. ShortCode Support: (The built in wordpress shortcode feature)
    [AdMangler width="468" height="60"]
    [AdMangler width="468" height="60" position="1"] (Position is optional; Don't use 0 as it is the default and you want get the result you are looking for)
  3. Template File Usage: Using the PHP $adMangler object inside template files:
    First you have to call the global AdMangler Object at the top of your template file.

    global $adMangler;
    $adMangler->GetAd(array('width'=>125,'height'=>125,'return'=>false));
    $foobar = $adMangler->GetAd('width'=>125,'height'=>125));

    (Deprecated Template File Usage):
    $adMangler->GetAds(<width>, <height>, false);
    $foobar = $adMangler->GetAds(<width>, <height>);
  4. AdMangler Widget: (On the Wordpress Backend)
    Appearance -> Widgets -> AdMangeler Widget

Donations

I hate soliciting for donations but the fact is that developing a plugin takes time, and time is very valuable to all of us. If you are one of the lucky few to have some extra cash on hand ... $1, $2, $5, maybe even $10 ... you could help keep this project alive by giving a small donation. Your donation will not only help this plugin but will help pave the way for new plugin development from Webternals, LLC.