9 lines
195 B
PHP
9 lines
195 B
PHP
<!--start video -->
|
|
|
|
<div class="blog-thumb">
|
|
<div class="embed-container">
|
|
<?php echo get_post_meta($post->ID, '_post_video_value', true); ?>
|
|
</div>
|
|
</div>
|
|
|
|
<!--end video -->
|