{foreach $zbp->GetCategoryList(null, null,array('cate_Count' => 'DESC'),null, null) as $cate}
<a href="{$cate.Url}">{$cate.Name}</a>
{/foreach}