ID);
$layout = isset ($custom['_page_layout']) ? $custom['_page_layout'][0] : '1';
$aleanta_format = get_post_format();
$aleanta_format = !in_array($aleanta_format, array("quote", "gallery", "video")) ? "standared" : $aleanta_format;
$thumbnailId = (isset($custom['post_standared']))?reset($custom['post_standared']):false;
if (!$thumbnailId)
$thumbnailId = get_post_thumbnail_id($post->ID);
$thumbnailSrc = wp_get_attachment_url($thumbnailId);
$video_embed_code = get_post_meta( get_the_ID(), 'post_video', true );
$vendor = parse_url($video_embed_code);
?>