xmlns="http://www.w3.org/1999/xhtml"> <?php wp_title(); ?> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); ?> style="background-color:" > '; echo ''; echo ''; echo '
'; if ( is_home() || is_front_page()) { if ( is_singular() && current_theme_supports( 'post-thumbnails' ) && has_post_thumbnail( $post->ID ) && ( $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) && $image[1] >= $header_image_width ) : echo get_the_post_thumbnail( $post->ID ); elseif ( get_header_image() ) : echo ''; endif; } ?>