Hello guys, just as the title implies
It's really odd, because it was working fine, but after adding additional code to complete tha blog, when clicked on "categories" or "archives" it shows me nothing..
here's my sidebar..
________________________________________________________
-
<?php if ( function_exists(’dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
<li id=”search”>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php wp_list_pages('title_li=&depth=2& sort_column=menu_order'); ?>
<li id="categories"><?php _e('Categories:'); ?>
-
<?php wp_list_cats(); ?>
_____________________________________________________________---
That's all I need to complete my blog.. Thank you!