List pages, if any, in the sidebar.

git-svn-id: https://develop.svn.wordpress.org/trunk@2042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-04 06:39:38 +00:00
parent d5fd0e22bf
commit a91cbcdeb5
1 changed files with 2 additions and 0 deletions

View File

@ -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'); ?>