> <?php wp_title(' '); if (function_exists('is_tag') and is_tag()) { echo ' Tag Archive for '.$tag; } if (is_archive()) { echo ' Archive'; } elseif (is_search()) { echo 'Search for '.$s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists('is_tag') and is_tag()) or (is_archive()) ) { echo ' at '; } bloginfo('name').' - '.bloginfo('description'); ?> " /> >