Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorfraserbirt
    • CommentTimeMay 14th 2008
     

    Hello,

    Just a quick question. I understand how to insert the output code for a sitebar, sitewide link:

    <?php
    if(function_exists('oiopub_sidebar_links')) {
    oiopub_sidebar_links('', $title, $link);
    }
    ?>

    However, what's the code to output the other inventory types, such as home-page and single page?

    Thanks!

    • CommentAuthorSimon
    • CommentTimeMay 15th 2008
     
    Project Admin

    They all use the same output function. The plugin detects the page type (eg. home page) and grabs the appropriate links based on that.

    • CommentAuthorfraserbirt
    • CommentTimeMay 15th 2008
     

    I didn't realize that. Thanks!