post_type == 'slide' ) { $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID, "best_cover", true), 'bestcover'); } else { $featured_image[0] = ''; echo $featured_image[0]; } } ?>