也许你可以帮忙:下面有一个简单的代码列出了我的博客类别。I need some code that will not display the *ul 是否没有任何类别可显示*
<ul>
<li><p>Categories:</p></li>
<? $master_cat = get_category_by_slug(\'Master\');
$master_cat_id = $master_cat->term_id;
$slave_cat = get_category_by_slug(\'Slave\');
$slave_cat_id = $slave_cat->term_id;
wp_list_categories(\'orderby=name&title_li=&exclude=\'.$master_cat_id.\',\'.$slave_cat_id.\'\'); ?>
</ul>
Ty非常喜欢