Home › Forums › Support › Two Different Headers Content This topic has 3 replies, 2 voices, and was last updated 10 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 18, 2016 at 2:52 pm #173714 Nat Hey Tom, I added HTML codes on Before Header Content to show this on Home page… https://i.imgsafe.org/b28b813.jpg But… For all other pages and POSTS, I don’t want to show that. I just want to remove that header and have a simple image there. Is that possible? Thanks, Nat February 18, 2016 at 11:34 pm #173765 TomLead Developer Lead Developer Hi Nat, You can use conditionals for that: <?php if ( is_front_page() ) : ?> Your video code in here <?php else : ?> Whatever you want for all other pages in here <?php endif; ?> Then choose “Execute PHP” and you should be good to go 🙂 February 19, 2016 at 2:50 am #173803 Nat Thank you Tom. That worked! I really appreciate your time! February 19, 2016 at 10:18 am #173872 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In