source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/archives.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 492 bytes
Line 
1<?php /* Fusion/digitalnature
2
3Template Name: Archives
4*/ ?>
5<?php get_header(); ?>
6
7 <!-- mid content -->
8 <div id="mid-content">
9 <?php get_search_form(); ?>
10 <h2><?php _e('Archives by Month:','fusion'); ?></h2>
11 <ul>
12 <?php wp_get_archives('type=monthly'); ?>
13 </ul>
14 <h2><?php _e('Archives by Subject:','fusion'); ?></h2>
15 <ul>
16 <?php wp_list_categories(); ?>
17 </ul>
18 </div>
19 <!-- mid content -->
20 </div>
21 <!-- /mid -->
22
23 <?php get_sidebar(); ?>
24
25<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.