>

ColdStone Theme: Added Hardcoded Video Iframe Just Above Recent Posts

Added the following to includes/default.php:

<!-- SUB POST DIVISIONS -->
<div class="subpost_wrap2">
    <div class="subpost_wrap">
        <div class="subpost_left">
<!-- 2014-06-02 Added Video to top of recent posts -->
<div align="center">
<iframe style="border-width:5px; border-style:solid; border-color:#615E56;" width="450" height="253" src="//www.youtube.com/embed/4zEi8p1ZwNI" allowfullscreen></iframe>
</div>
<!-- End of 2014-06-02 video add -->
            <?php while (have_posts()) : the_post(); ?>
...
banner ad

Comments are closed.