I have a WIERD situation where the only category that shows up in the sidebar is 'Uncategorized'... the other 6 or so Categories refuse to show up.
This is the URL for the blog:
http://www.jmeister.com/sailing/
This is the code for the categories:
< div class="title"><? php _e('Categories'); ?></ div>
<? php wp_list_cats('sort_column=name&optioncount=0&hierarchical=0'); ?>
Spaces added to break code to post it.
Any ideas as to why it's only grabbing Category #1?