updated   : April 22, 2013
we now have 608 snippets

Archives list

wordpress snippet

Adding this PHP code to your wordpress theme will display a date based archives list.

snippet :  PHPcopy
<?php
          wp_get_archives();
?>