File: /home/uaktdz7o5l3q/public_html/londonvilla.co.uk/wp-content/themes/skyestate/content-video.php
<?php
/**
* The default template for displaying content. Used for both single and index/archive/search.
*
* @package WordPress
* @subpackage Skyestate
* @since Skyestate 1.0
*/
global $post, $more;
$more = 0;
$nvr_initial = THE_INITIAL;
?>
<?php /* How to display all posts. */ ?>
<article id="post-<?php the_ID(); ?>" <?php post_class("content-loop"); ?>>
<?php
if(!is_search()){
$nvr_custom = get_post_custom($post->ID);
$nvr_cf_vidurl = (isset($nvr_custom["_".$nvr_initial."_video_url"][0]))? $nvr_custom["_".$nvr_initial."_video_url"][0] : "";
if($nvr_cf_vidurl!=''){
echo '<div class="mediacontainer">'.apply_filters('the_content', $nvr_cf_vidurl)."</div>";
}
}
?>
<div class="loopcontainer">
<h2 class="posttitle"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'skyestate' ), the_title_attribute( 'echo=0' ) ); ?>" data-rel="bookmark"><?php the_title(); ?></a></h2>
<div class="meta-author"><i class="fa fa-user"></i> <?php _e("By", 'skyestate'); ?> <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) );?>"><?php the_author();?></a></div>
<div class="meta-date"><?php _e("At", 'skyestate'); ?> <?php the_time('M d, Y') ?></div>
<div class="entry-content">
<?php the_excerpt(); ?>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
<div class="entry-utility">
<div class="entry-icon fa fa-film"></div>
<div class="meta-sticky"><i class="fa fa-bookmark"></i> <span class="grey"><?php _e('Sticky', 'skyestate'); ?></span></div>
<div class="meta-comment"><i class="fa fa-comment"></i> <?php comments_popup_link(__('No Comment', 'skyestate'), __('1 Comment', 'skyestate'), __('% Comments', 'skyestate')); ?></div>
<div class="meta-cat"><i class="fa fa-folder-open"></i> <?php the_category(', '); ?></div>
<div class="meta-tags"><i class="fa fa-tags"></i> <?php the_tags('',', '); ?></div>
<div class="meta-share"><i class="fa fa-share-alt"></i> <?php _e('Share', 'skyestate'); ?><?php do_action('nvr_share_button'); ?></div>
<span class="clearfix"></span>
</div>
<div class="clearfix"></div>
</article><!-- end post -->