ID,"_eo_cust_post_feat_img",true); ?>
role="article" itemscope itemtype="http://schema.org/BlogPosting">
$src, 'class' => 'feat-thumb img-responsive', 'alt' => trim(strip_tags(get_the_title() ) ), 'title' => trim(strip_tags(get_the_title() ) ) ); $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large'); echo ''; the_post_thumbnail( 'eo-highlight',$thumbargs ); echo ''; } elseif($customimg) { $pimg = ''; echo $pimg; } the_content(); ?>