web/wp-content/themes/IRI-Theme/archives.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 01 Feb 2010 17:28:37 +0000
branchwordpress
changeset 126 9b7d841b551a
parent 109 03b0d1493584
permissions -rw-r--r--
(none)

<?php
/*
Template Name: Archives
*/
?>
<?php get_header(); ?>
	<div class="column span-17 colborder first" id="maincontent">
		<div class="content">
			<h2>Archives by Month:</h2>
				<ul>
					<?php wp_get_archives('type=monthly'); ?>
				</ul>
				<h2 class="pagetitle">Archive for the "" Category</h2>  
				<ul>
					 <?php wp_list_categories(); ?>
				</ul>
	</div>
</div>
<div class="column span-5 last">
<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?>
</div>
<hr></hr>
<?php get_sidebar(); ?>
<?php get_footer(); ?>