>
ID, 'evol_manual_content',false)) { the_content(); } else { if(has_attachments($post->ID,'image')) { if(function_exists('the_image_content')) the_image_content('featured-image'); } else { // No image attached, try if auto embed image $embedcontent = evol_extract_url(get_the_content()); $embedcontent = apply_filters('the_content', $embedcontent); if($embedcontent) { echo $embedcontent; } else { //fallback to full content the_content(); } } } ?>