' . single_cat_title('', false) . '');
} elseif (is_tag()) {
printf(__('Archives for %s', theme_ext_domain()), '' . single_tag_title('', false) . '');
} elseif (is_day()) {
printf(__('Archives for %s', theme_ext_domain()), '' . get_the_time('F jS, Y') . '');
} elseif (is_month()) {
printf(__('Archives for %s', theme_ext_domain()), '' . get_the_time('F, Y') . '');
} elseif (is_year()) {
printf(__('Archives for %s', theme_ext_domain()), '' . get_the_time('Y') . '') ;
} elseif (is_author()) {
_e('Author Archives', theme_ext_domain());
} elseif (isset($_GET['paged']) && !empty($_GET['paged'])) {
_e('Blog Archives', theme_ext_domain());
} ?>