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:
rboren 2005-01-04 06:39:38 +00:00
parent 9af501b87b
commit 28798e561e

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