Sorry, I’m at work and it took me a bit to get back. Will do.
Actually, while testing it, I found that if I plug in “hierarchical” as the argument, it fixes it. So for all reasons, this is solved. Thanks much.
I tried out that link that you suggested and changed my wp_list_cats arguement to “children” and it didn’t have any effect.
Here’s my catagory info plus some other stuff:
<h2> <?php _e('Categories'); ?>
</h2>
<ul>
<?php wp_list_cats('children'); ?>
</ul>
<?php if ( is_home() || is_page() || is_single() ) { ?>
<?php get_links_list(); ?>
<?php } ?>