I have two questions regarding the [[ category-list ]] tag.
1) Is there a way to show how many entries there are for a certain category? On my weblog I'm displaying the categories using the above tag and behind every category I would like to show the number of entries for that certain category.
E.g.
category 1 (10)
category 2 (6)
category 3 (0)
2) Is there a way to add an id to the category-list? On the tag [[ pagelist ]] you can add isactive="id='active'". Is this also possible for the category-list tag?
Thanks in advance for your help!