<?php 
if (wolf_sample(wolf_no_video_content())) {
    ?>
			<div class="video-excerpt">
				<p><?php 
    echo wolf_sample(wolf_no_video_content());
    ?>
</p>
				<span class="video-read-more"><?php 
    _e('more', 'wolf');
    ?>
</span>
			</div>
			<div class="video-content">
				<?php 
    echo wolf_no_video_content();
    ?>
				<div class="entry-meta">
					<?php 
    echo get_the_term_list($post_id, 'video_type', '<span class="fa fa-folder-o"></span>', __(', ', 'wolf'), '');
    ?>
					<?php 
    echo get_the_term_list($post_id, 'video_tag', '<br><span class="fa fa-tags"></span>', __(', ', 'wolf'), '');
    ?>
				</div>
				<span class="video-read-less"><?php 
    _e('less', 'wolf');
    ?>
</span>
			</div>
		<?php 
    ?>
" rel="author">
				<?php 
    printf(__('from %s', 'wolf'), wolf_the_author(false));
    ?>
			</a>
		</span>
	<?php 
}
?>
	<?php 
if (wolf_get_theme_option('video_views')) {
    ?>
		&bull;
		<span class="item-views-count"><?php 
    printf(_n('1 view', '%s views', $views, 'wolf'), $views);
    ?>
</span>
	<?php 
}
?>
	<span class="video-date">
		<?php 
printf(__('%s ago', 'wolf'), human_time_diff(get_the_time('U'), current_time('timestamp')));
?>
	</span>
	<span class="video-summary"><?php 
echo wolf_sample(wolf_no_video_content(), 80);
?>
</span>
</article>