1

ワードプレスのサイドバーの親カテゴリの「下」にサブカテゴリを表示する方法を知りたいですか? 理想的には、これは木のようなファッションになります。

これが標準ではないことに驚いています。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 に答える