source: trunk/www.guidonia.net/wp/wp-content/themes/wma/sidebar.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 347 bytes
Line 
1 <!-- Sidebar -->
2 <div class="sidebar">
3
4 <h3>Pages</h3>
5 <ul>
6 <?php wp_list_pages('title_li='); ?>
7 </ul>
8
9 <h3>Archives</h3>
10 <ul>
11 <?php wp_get_archives('type=monthly'); ?>
12 </ul>
13
14 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
15
16 <?php endif; ?>
17
18 </div>
19 <!-- Sidebar -->
Note: See TracBrowser for help on using the repository browser.