>
ID, 'evol_manual_content',false)) { the_content(); } else { if(has_attachments($post->ID,'video')) { get_template_part('video','jplayer'); } else { // No Video attached, try if auto embed video $embedcontent = evol_extract_url(get_the_content()); $embedcontent = apply_filters('the_content', $embedcontent); if($embedcontent) { echo $embedcontent; } else { the_content(); //fall back to full content } } } ?>