in "list-category-post", The shortcode parameter options [catlist id=1,2,3],[catlist id=-99],[catlist name='TestCategory'] does not work correctly.
It shows All categories always.
How do I use "id" or "name" option? all other options are shown well. my WordPress version is 3.3.1 and use twentyten theme.
my code is blow;
[catlist id=-1,-2,-3 thumbnail=yes thumbnail_size=thumbnail orderby=date order=DESC numberposts=10 date=yes author=yes excerpt=yes excludeposts=999,1000,1001 content=no catlink=yes comments=yes morelink="Read more" categorypage=yes post_type=post]
Thank you.