' . _x( '←', 'Previous post link', 'twentyten' ) . ' %title' ); ?>
' . _x( '→', 'Next post link', 'twentyten' ) . '' ); ?>
>
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 '
';
echo get_the_post_thumbnail( $post->ID , null);
echo '
';
echo get_post(get_post_thumbnail_id( $post->ID ))->post_excerpt;
echo '
';
echo '
';
}
?>
'
' . __( 'Pages:', 'twentyten' ), 'after' => '
' ) ); ?>
', '' ); ?>
' . _x( '←', 'Previous post link', 'twentyten' ) . ' %title' ); ?>
' . _x( '→', 'Next post link', 'twentyten' ) . '' ); ?>