xmlns="http://www.w3.org/1999/xhtml"> <?php bloginfo( 'name' ); if ( is_home() or is_front_page() ) { ?> | <?php bloginfo( 'description' ); } elseif ( is_search() ) { ?> | <?php _e( "Search Results", 'bluemasters' ); } elseif ( is_author() ) { ?> | <?php _e( "Author Archives", 'bluemasters' ); } elseif ( is_single() ) { wp_title('|'); ?> | <?php bloginfo( 'name' ); } elseif ( is_page() ) { ?> | <?php wp_title( '' ); } elseif ( is_category() ) { ; ?> | <?php _e( "Archive", 'bluemasters' ); ?> | <?php single_cat_title(); } elseif ( is_month() ) { ?> | <?php _e( "Archive", 'bluemasters' ); ?> | <?php the_time( 'F' ); } elseif ( is_404() ) { ?> | <?php _e( "Nothing's here!" ); } elseif ( function_exists( 'is_tag' ) ) { if ( is_tag() ) { ?> | <?php _e( "Tag Archive", 'bluemasters' ); ?> | <?php single_tag_title( "", true ); } } elseif ( is_archive() ) { wp_title( '' ); } else { ?> | <?php wp_title( '' ); }?> >