I have a code to put a custom image in featured.php which displays on the blue area in the middle of the page.
<div class="slide clearfix">
code of your image goes here...
</div>
I would like to add a php code for this video gallery I just paid for to put on the front page below the image at http://www.xpresswebdesign.com/openschooldata.
echo do_shortcode('[videogallery id="1"]');
Is there anyway I can put this php code below the code above? If so, how?

