• Alright, so I’ve spent 2 days googling and still cannot find a simple fix to this. I am using the Grizzly theme. I have a found a way to embed the youtube video into the Header file and position it where I want on the homepage. However, I cannot get it only display on the homepage. Yes, I have looked at the Conditions for If, Then codes. For whatever reason, I simply cannot get it only display on the homepage.

    Can someone PLEASE help me out here. I have virtually no html or css coding experience. I know this is just a simple code that needs to be inserted in the right files.

    Thank you SO much in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter mikedeliani

    (@mikedeliani)

    UPDATE: Ok, so I got it work with this code:

    <?php if( is_front_page() ) : ?>
    embed code
    <?php endif;?>

    HOWEVER, when I reposition it in the header file, I lose the Menu and Logo up top. Should I put this code in the index.php instead of the header.php file?

Viewing 1 replies (of 1 total)
  • The topic ‘How To Insert YouTube Video On Homepage Only’ is closed to new replies.