获取分类描述

<?php echo $this->getDescription(); ?>

案例演示:

<?php $this->widget('Widget_Metas_Category_List')
->parse('<li><a href="{permalink}" title="{description}">{name}</a> ({count})</li>'); ?>