$v) { if($v == "1") $types[] = $typ; } if(empty($types)) $types = array("post"); //var_dump($less_rsrcs_arr); } $feat_args = array( 'post_type' => $types, 'ignore_sticky_posts' => 1 ); if($postcnt) $feat_args["posts_per_page"] = $postcnt; if($orderby) $feat_args["orderby"] = $orderby; if($ord) $feat_args["order"] = $ord; if($cat && $cat != 0) $feat_args["cat"] = $cat; $mod_exc_id = "feat"; include("_mod_excl_incl.php"); // The Query $feat_qy = new WP_Query( $feat_args ); // Save the retrieved IDs to exclude in other places $feat_post_arr = $feat_qy->posts; $feat_ids_arr = array(); foreach ( $feat_post_arr as $feat_post ) { $feat_ids_arr[] = $feat_post->ID; } set_transient('eo_feat_ids',$feat_ids_arr); //var_dump($feat_ids_arr); ?> have_posts() ) { $feat_qy->the_post(); $customimg = get_post_meta($post->ID,"_eo_cust_post_feat_img",true); ?> ' . str_replace($first3,"",$the_title) . ''; } ?>

Read More »
'; the_post_thumbnail( 'eo-featurette',array('class' => 'featurette-image img-responsive') ); echo '';?> '; echo ''; } else if( $eo_options["use_placeholder"] == "1" ){ if( is_array(eo_get_cons('say_buzz') ) ) { $hia = eo_get_cons('say_buzz'); $himx = count($hia); $hin = array_rand($hia); $feat_txt = $hia[$hin]; } ?>
<?php get_the_title() ?>