File: /home/mmickelson/martyknows.com/wp-content/themes/greyzed/archives.php
<?php
/**
* @package WordPress
* @subpackage Greyzed
*/
/*
Template Name: Archives
*/
get_header(); ?>
<div id="container">
<?php get_sidebar(); ?>
<div id="content" role="main">
<div class="column">
<div class="posttitle">
<h2 class="pagetitle">Archives by Month:</h2>
</div>
<div class="entry">
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>
<div class="posttitle">
<h2 class="pagetitle">Archives by Subject:</h2>
</div>
<div class="entry">
<ul>
<?php wp_list_categories('show_count=1&title_li='); ?>
</ul>
</div>
<!--<div id="share-con">
<ul id="sharemenu">
<li id="share-facebook"><a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" title="Share on Facebook"><span>Share on Facebook</span></a></li>
<li id="share-divider"></li>
<li id="share-twitter"><a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Tweet this"><span>Tweet this</span></a></li>
<li id="share-divider"></li>
<li id="share-digg"><a href="http://www.digg.com/submit?phase=2&url=<?php the_permalink();?>" title="Digg It"><span>Digg It</span></a></li>
<li id="share-divider"></li>
<li id="share-delicious"><a href="http://delicious.com/post?url=<?php the_permalink();?>&title=<?php the_title();?>" title="Add to Delicious"><span>Add to delicious</span></a></li>
<li id="share-divider"></li>
<li id="share-stumble"><a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" title="Stumble upon it"><span>Stumble upon it</span></a></li>
<li id="share-divider"></li>
<li id="share-technorati"><a href="http://technorati.com/faves?sub=addfavbtn&add=<?php the_permalink();?>" title="Share on technorati"><span>Share on technorati</span></a></li>
<li id="share-divider"></li>
<li id="share-email"><a href="mailto:?subject=Thought you might like this&body=<?php the_permalink();?>" title="Email"><span>Email</span></a></li>
</ul>
</div>-->
</div>
</div>
<?php get_footer(); ?>
<?php get_footer(); ?>