Hello all,
With My Category Order I display all the categories from posts in the sidebar. That works well, but when I try to exclude a category, it won't show me any categories anymore.
When I tried to do it by php code with the PHP Code Widget I get the same message.
I used this code: <?php
wp_list_categories('orderby=name&show_count=1&exclude=Nieuws'); ?>
Here is a link to the page that shows both widgets. But at My Category Order I don't exlude any category to show you that it recognise all the categories from my posts.
http://bit.ly/dAYC5b
So the top in the sidebar shows the My Category Order widget, and under is the PHP Code widget.
Anybody knows what I did wrong?