mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
List pages, if any, in the sidebar.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9af501b87b
commit
28798e561e
@ -47,6 +47,8 @@
|
||||
</li>
|
||||
-->
|
||||
|
||||
<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
|
||||
|
||||
<li><h2><?php _e('Archives'); ?></h2>
|
||||
<ul>
|
||||
<?php wp_get_archives('type=monthly'); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user