0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
themes
/
cordobo-green-park-2
/
[
Home
]
File: archives.php
<?php /* Template Name: Archives */ ?> <?php get_header(); ?> <div id="container"> <div id="content"> <div class="hentry post"> <h1><?php _e('Archives by Month', 'default'); ?></h1> <div class="entry"> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </div> <h1><?php _e('Archives by Subject', 'default'); ?></h1> <div class="entry"> <ul> <?php wp_list_categories('title_li=&depth=-1'); ?> </ul> </div> </div> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>