--- template-functions-category_2.0.4.php 2005-12-21 13:31:48.000000000 -0800 +++ template-functions-category.php 2006-09-15 12:29:57.000000000 -0700 @@ -327,7 +327,10 @@ else $link .= 'title="' . wp_specialchars(apply_filters('category_description',$category->category_description,$category)) . '"'; $link .= '>'; - $link .= apply_filters('list_cats', $category->cat_name, $category).''; + if ( intval($optioncount) == 1 ) + $link .= apply_filters('list_cats', $category->cat_name.' ['.intval($category->category_count).']', $category).''; + else + $link .= apply_filters('list_cats', $category->cat_name, $category).''; if ( (! empty($feed_image)) || (! empty($feed)) ) { @@ -358,9 +361,6 @@ $link .= ')'; } - if ( intval($optioncount) == 1 ) - $link .= ' ('.intval($category->category_count).')'; - if ( $optiondates ) { if ( $optiondates == 1 ) $optiondates = 'Y-m-d';