'; if ( is_day() ) { $archivetitle .= 'Daily Archive: ' . get_the_date() . ''; } elseif ( is_month() ) { $archivetitle .= 'Monthly Archive: ' . get_the_date('F Y') . ''; } elseif ( is_year() ) { $archivetitle .= 'Yearly Archive: ' . get_the_date('Y') . ''; } elseif ( is_author() ) { $archivetitle .= 'All Entries By ' . get_the_author() . ''; } elseif ( is_category() ) { $archivetitle .= 'Category: ' . single_cat_title('', false) . ''; } elseif ( is_tag() ) { $archivetitle .= 'Tag: ' . single_tag_title('', false) . ''; } else { $archivetitle .= 'Archives' . ''; } ?>