• Plugin Author reviewmylife

    (@reviewmylife)


    I’ve just release the first version of the ‘template ads’ feature to Ad Injection 1.1.0.1.

    This has been one of the most requested features in the last few months. It allows you to position ad slots anywhere in your theme template, which can then be managed via the Ad Injection UI.

    For example the following line would insert a random ad into your theme template.

    <?php if (function_exists('adinj_print_ad')){ adinj_print_ad('random'); } ?>

    As well as loading the standard top/random/bottom/footer ads you can also load ads from text files on your web server.

    For more details see the FAQ (search for adinj_print_ad). If you have any Qs you can ask them here or on my Ad Injection blog post. As this is a brand new feature I’d be really interested in hearing if it works for you.

    http://wordpress.org/extend/plugins/ad-injection/

  • The topic ‘[Plugin: Ad Injection] New feature – template based ads’ is closed to new replies.