Thanks, Brian!
I tried to use the “dropdown_cats” tag instead of “list_cats”. Here i get the cat IDs properly. Works fine, but: I need to show sub-categories and i want them to be hierarchically displayed; i couldn’t find an option (paramater) to do so in the dropdown menu. Am i missing something?
Does it work again for you using “list_cats”?
I think i configured the tag in my “sidebar.php”, but still i don’t get the category IDs. This is how my tag looks like:
<?php list_cats(1, '', 'name', 'asc', 'sidebar.php', 1, 0, 1, 0, 1, true, 0, 0, 0, '', '', '', 1); ?>
What’s wrong?
Christophe