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 ??
I think it would help you to read this => http://wordpress.org/support/topic/display-number-of-posts-per-category
}