Sidebar widgets are not visible
-
Hello,
I have “widgetized” the sidebar of my theme (Neo-Sapien v06 0.6) and now can see the list of widgets when I click on the link “Widgets” under “Design”. There are not errors on my web page.
I’ve added a couple of widgets, but they are not showing up at all on my pages. What have I done wrong?
My blog’s address is https://www.tp79reunion09.com
Following is my sidebar code….
<div id="obar"> <div class="sub-obar"> <ul> <?php if (!function_exists('dynamic_sidebar') && !dynamic_sidebar()): else: ?> <li><h2>Categories</h2> <ul> <?php wp_list_cats('sort_column=ID&optioncount=0&children=0'); ?> </ul> </li> <li><h2><?php _e('Archives'); ?></h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </li> <?php get_links_list(); ?> <?php endif; ?> </ul> </div> <div class="sub-obar"> <ul> <li><h2><?php _e('Posts by Date'); ?></h2> <ul> <li><?php get_calendar(); ?></li> </ul> </li> <li><h2><?php _e('Search'); ?></h2> <ul> <li><?php include(TEMPLATEPATH . '/searchform.php'); ?></li> </ul> </li> </ul> </div> </div>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sidebar widgets are not visible’ is closed to new replies.