ID,'_eo_cust_post_layout',true);
$customimg = get_post_meta($post->ID,"_eo_cust_post_feat_img",true);
?>
'highlights',"caru"=>'carousel',"feat"=>'featurettes');
foreach ($mod_idfs as $mod_idf=>$fnam ) {
if( !empty($eo_options[$mod_idf.'_also_disp']) & is_array($eo_options[$mod_idf.'_also_disp']) ) {
//var_dump($eo_options[$mod_idf.'_also_disp']);
if(array_key_exists($post->ID,$eo_options[$mod_idf.'_also_disp']) && $eo_options[$mod_idf.'_also_disp'][$post->ID] == "1") {
eo_get_template_part( 'inc/modules/'.$fnam );
wp_reset_query();
}
}
}
?>