I'm using a customised version of theme neo-sapien version 0.6 which was not widget aware.
I've added a couple of widgets, but they are not showing up at all on my pages. What have I done wrong?
I had to install the code. But the widget is still impossible.
<div id="obar">
<div class="sub-obar"><?php if (!function_exists('dynamic_sidebar') && !dynamic_sidebar()): else: ?>
- <h2>Categories</h2>
<?php wp_list_cats('sort_column=ID&optioncount=0&children=0'); ?>
- <h2><?php _e('Archives'); ?></h2>
<?php wp_get_archives('type=monthly'); ?>
<?php get_links_list(); ?>
<?php endif; ?></div>
<div class="sub-obar">
- <h2><?php _e('Posts by Date'); ?></h2>
- <?php get_calendar(); ?>
- <h2><?php _e('Search'); ?></h2>
- <?php include(TEMPLATEPATH . '/searchform.php'); ?>
</div>
</div>