I've embedded a video from youtube in one of my post and I get the video showing twice .
Help please
This is the url http://www.amymichaels.com.au/uat/amy-m ... ime-girls/
<?php do_action('steakhouse_before_post_video'); ?>
<div class="video-wrapper">
<?php echo $video_code; ?>
</div>
<?php do_action('steakhouse_after_post_video'); ?>