How can I display ONLY the number of posts from a certain category ? I want to display only the number without the category name.
I used this code
wp_list_categories('show_count=1&include=23&title_li=');
but it displays the category.
Any help please ??