> <?php wp_title( '|', true, 'right' ); ?> >

panelarrow

ID ) && ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) && $image[1] >= HEADER_IMAGE_WIDTH ) : // Houston, we have a new header image! echo get_the_post_thumbnail( $post->ID , array(960,350), array('class' => 'headerimage')); elseif ( get_header_image() ) : ?>