NAVT not displaying
-
Hello I am using a non-widgetized theme. It appears that I have the plugin installed correctly as I have created a group called “navigation”.
I now have placed this code into my sidebar, but I do not see the navigation when I view the site.
<li> <ul> <li><a href="<?php bloginfo('siteurl'); ?>" title="Home">Home</a></li> <?php if( function_exists('navt_getlist') ) { navt_getlist('navigation'); } else { wp_list_pages(); } ?> </ul> </li>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘NAVT not displaying’ is closed to new replies.