1

我想知道如何让子类别在 wordpress 的侧栏上显示“在”其父类别下?理想情况下,这将是一种类似树的时尚。

我很惊讶这不是标准的。html 标记似乎甚至没有任何可用的 css 类,我可以设置样式来区分类别的级别。这就是我所拥有的:

<h3 class="widget-title">Categories</h3>        
<ul>
    <li class="cat-item cat-item-3"><a href="http://localhost/sites/wordpress/?cat=3" title="View all posts filed under test parent">test parent</a> </li>
    <li class="cat-item cat-item-4"><a href="http://localhost/sites/wordpress/?cat=4" title="View all posts filed under test sub 1">test sub 1</a> </li>
    <li class="cat-item cat-item-1"><a href="http://localhost/sites/wordpress/?cat=1" title="View all posts filed under Uncategorized">Uncategorized</a> </li>
</ul>
4

1 回答 1

0

您需要在类别小部件的选项中选中“显示层次结构”。

于 2012-12-05T20:47:45.810 回答