Some times its becomes difficult from the visitors point of view how many post you have on your site for each of the categories.
If you want to add the custom drop down code which will display total number of posts next to it.
<form action=”<?php bloginfo(’url’); ?>/” method=”get”>
<?php
$select = wp_dropdown_categories(’show_option_none=Quick Jump&show_count=1&orderby=name&echo=0′);
$select = preg_replace(”#<select([^>]*)>#”, “<select$1 onchange=’return this.form.submit()’>”, $select);
echo $select;
?>
<noscript><input type=”submit” value=”View” /></noscript>
</form>
This may also help to display total post count on you blog.
Your IP Address is:
38.107.191.115
Clap



