Navigation
wp_list_cats( 'hierarchical=1' ); ?>
Navigate by Day
if( getProperty( 'months' ) == 1 ) {
wp_get_archives('type=monthly');
} else {
wp_get_archives('type=monthly&limit=15');
}
?>
In my “Humble” Opinion
wp_list_cats( 'hierarchical=1' ); ?>
if( getProperty( 'months' ) == 1 ) {
wp_get_archives('type=monthly');
} else {
wp_get_archives('type=monthly&limit=15');
}
?>