'; printf(__('Posts for category ‘%s’', 'chameleon'), single_cat_title('', false)); echo ''; } elseif (is_tag()) { // Tag Archive echo '

'; printf(__('Posts tagged ‘%s’', 'chameleon'), single_cat_title('', false)); echo '

'; } elseif (is_day()) { // Daily archive echo '

'; printf(__('Articles in date: %s', 'chameleon'), get_the_time(get_option('date_format'))); echo '

'; } elseif (is_month()) { // Monthly archive echo '

'; printf(__('Articles in month: %s', 'chameleon'), get_the_time('F, Y')); echo '

'; } elseif (is_year()) { // Yearly archive echo '

'; printf(__('Articles in year: %s', 'chameleon'), get_the_time('Y')); echo '

'; } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { // Paged Archive echo '

'; printf(__('Archive of %s', 'chameleon'), get_bloginfo('name')); echo '

'; } include (TEMPLATEPATH . '/loop.php'); else : ?>