ID,"_eo_cust_post_feat_img",true); ?>
role="article">
$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'); ($eo_options["featimg_link"] == "post") ? $fimg_l = get_permalink() : $fimg_l = $large_image_url[0]; ($eo_options["featimg_size"]) ? $featimg_size = $eo_options["featimg_size"] : $featimg_size = 'thubmnail'; echo ''; the_post_thumbnail( $featimg_size,$thumbargs ); echo ''; } elseif($customimg) { $pimg = ''; echo $pimg; } //eovd($eo_options["loop_ext"]); if($eo_options["loop_ext"] && $eo_options["loop_ext"] == 'excerpt') { if(!empty($eo_options["exc_lim"]) && intval($eo_options["exc_lim"]) > 0 ) { if($eo_options["exc_limby"] == "char") { eo_trim(strip_tags(get_the_excerpt()),$eo_options["exc_lim"]); } else if($eo_options["exc_limby"] == "word") { eo_xcrpt(strip_tags($eo_options["exc_lim"])); } } else { the_excerpt(); } } else { the_content(); } ?>