mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
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:
@@ -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'); ?>
|
||||
|
||||
Reference in New Issue
Block a user