itemscope itemtype="http://schema.org/Article"> post_content, $thumb ); preg_match( '/< *img[^>]*src *= *["\']?([^"\']*)/i', $post->post_content, $thumb_link ); if( has_post_thumbnail() ) { the_post_thumbnail( 'thumbnail' ); } elseif( $thumb ){ if( wp_get_attachment_image($thumb[1]) ){ echo wp_get_attachment_image( $thumb[1], 'thumbnail' ); } else { echo ''; } } else { echo ''; }; ?>