[wd_asp elements=’search’ ratio=’100%’ id=1]

Categories with counted posts in a dropdown

12th December 2013

Wordpress - Show

wordpress category

Just add this in php code
and you get a drop-down with all the categories with counted posts displayed next to the category.!

'',
'show_option_none' => '',
'orderby' => 'ID',
'order' => 'ASC',
'show_count' => 0,
'hide_empty' => 1,
'child_of' => 0,
'exclude' => '',
'echo' => 1,
'selected' => 0,
'hierarchical' => 0,
'name' => 'cat',
'id' => '',
'class' => 'postform',
'depth' => 0,
'tab_index' => 0,
'taxonomy' => 'category',
'hide_if_empty' => false,
'walker' => ''
); ?>