Would you flesh this out just a bit for me? When I first attempted the parent/child categories, the Parent was showing up as a link in all the meta data of each post, as well as in the sidebar. How did filmforensics.com create a static category group name, ie. “Category,” “Author” and “Alphabetically” and how is the real Parent not showing up in the meta data for each post? How would I build the list to look the way I wanted? That area of my sidebar looks like this:
<h2>Navigation</h2>
<ul>
<li><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<li><?php wp_list_pages('title_li='); ?></li>
</ul>
<h2>Categories</h2>
<ul>
<?php list_cats(FALSE, ' ', 'name'); ?>
</ul>
Thanks for your help.