• Every time I click on the code.openx.org links from this WP plugin or other sites, I always get a 503 error.

    I’d like to know about the PHP code to put the ads in the templates, but can’t find any docs on it because of the above problem…

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m looking for the same thing … Help!?!?

    Hey awpcp – I found this in another forum thread that is how you put the ads directly in the templates:

    <?php advman_ad(‘name’); ?>

    (where ‘name’ is what you named your ad inside of advertising manager)

    (docs are still down, regardless, so I’m leaving this unresolved.)

    I actually wrap the adman_ad function in a check, just in case so we don’t throw an error:

    <?php if (function_exists('advman_ad')) { ?>
    <?php advman_ad('adnamehere'); ?>
    <?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Advertising Manager] Main site/docs down?’ is closed to new replies.