Showing listing Category count next to html links
HI,
I have created Html links on my sidebar and would want to show the post counts of listings related to that link e.g if my listing category is Cafes and my HMTL link is Cafe Link how can i show the post counts for Cafes next to Cafe Link.
I used the following code to call category count but it does not work:
<li><a href="">Cafe Link</a> <?php echo get_category(17)->count; ?></li>
Any ideas