Make sidebar hierarchical, fixes #3417
git-svn-id: http://svn.automattic.com/wordpress/trunk@4585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc6d364661
commit
0a6e2b7869
|
@ -46,7 +46,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php wp_list_categories('optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
|
<?php wp_list_categories('optioncount=1&title_li=<h2>Categories</h2>'); ?>
|
||||||
|
|
||||||
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
|
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
|
||||||
<?php wp_list_bookmarks(); ?>
|
<?php wp_list_bookmarks(); ?>
|
||||||
|
|
Loading…
Reference in New Issue