1 to 3 of 3
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!
They all use the same output function. The plugin detects the page type (eg. home page) and grabs the appropriate links based on that.
I didn't realize that. Thanks!
1 to 3 of 3