I’ve got wordpress 2.2.1
wp_list_categories is crap when it comes to use it in the sidebar.
Don’t change it in yout sidebar.php, won’t work. Get the following:
Executable PHP widget at https://ottodestruct.com/
and write the tag code into the widget, something like:
<?php
wp_list_categories(‘title_li=&hide_empty=0&hierarchical=1&orderby=ID&show_count=0&exclude=50,565’); ?>
-> You get no title, empty are displayed, hierarchical order as parents and children and now exclude works fine.
Have taken me hours.
Works for me in the left sidebar (top):
https://wonderland.creative-assets.com/