Home › Forums › Support › Video on the home This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 12, 2016 at 4:25 am #253820 Miguel Angel Hello Tom, I have put in GP Hooks (After Header) This code: <?php if ( is_front_page() ) { <video id=”bgVideoHome” class=”bgVideoHome” autoplay loop > <source src=”/wp-content/uploads/2016/12/video-eu.webm.webm” type=”video/webm” > </video> } ?> The idea is to insert a video that only appears in the home, but I have the problem that nothing is visible, you can help me, please. Thanks and regards, December 12, 2016 at 10:22 am #253899 TomLead Developer Lead Developer It would need to be like this: <?php if ( is_front_page() ) { ?> Your video in here <?php } ?> Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In