Blog link showing in Ad Categories Widget
I have this little bug where the Blog link, is showing up in my Ad Categories Widget. My blog has the default category id of 3, and I have checked that the Classipress settings and made sure the blog category id is correct.
Pretty sure this is a bug since the source code is supposed to exclude the blog tree. I have checked and CP_BLOG_CAT_ID is in fact displaying id 3 as well. So something must be wrong with this line of code, though it all seems correct when I checked with codex.wordpress.org.
Code:
<?php wp_list_categories('orderby=name&show_count=1&title_li=&exclude_tree='.CP_BLOG_CAT_ID); ?>
Please advise.