File: /home/c1190199/public_html/_alex/wp-content/themes/cooper/post-formats/video-index.php
<?php if(get_post_meta($post->ID,'rnr_bl-video',true)):?>
<div class="post-media">
<div class="iframe-holder">
<div class="resp-video cus-blog">
<iframe src="<?php echo esc_url(get_post_meta($post->ID,'rnr_bl-video',true));?>" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<?php else:?>
<?php get_template_part('post-formats/standard-index'); ?>
<?php endif;?>