]> git.openstreetmap.org Git - stateofthemap.git/blob - archives.php
Update http -> https img links
[stateofthemap.git] / archives.php
1 <?php
2 /*
3 Template Name: Archives
4 */
5 ?>
6
7 <?php get_header(); ?>
8 <?php get_sidebar(); ?>
9 <div id="main">
10
11 <h1>Archives by Month:</h1>
12   <ul>
13     <?php wp_get_archives('type=monthly'); ?>
14   </ul>
15
16 <h1>Archives by Subject:</h1>
17   <ul>
18      <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
19   </ul>
20
21 </div>
22                 
23                 <!-- content-wrap ends here --> 
24                 </div>
25 <?php get_footer(); ?>