> <?php if (is_category()) { echo __('Category: ','papyrus_wdl'); wp_title(''); echo ' - '; } elseif (function_exists('is_tag') && is_tag()) { single_tag_title(__('Tag Archive for "','papyrus_wdl')); echo '" - '; } elseif (is_archive()) { wp_title(''); echo __(' Archive - ','papyrus_wdl'); } elseif (is_page()) { echo wp_title(''); echo ' - '; } elseif (is_search()) { echo __('Search for "','papyrus_wdl').esc_html($s).'" - '; } elseif (!(is_404()) && (is_single()) || (is_page())) { wp_title(''); echo ' - '; } elseif (is_404()) { echo __('Not Found - ','papyrus_wdl'); } bloginfo('name'); ?> >

Rss