typecho分类输出分类文章数量

<?php
  //分类及对应的文章数
  $this->widget('Widget_Metas_Category_List')->parse('<a href="{permalink}">{name}({count})</a>');
?>

样式得从新写的,输出所有的分类显示每个分类有多少文章。