Use different header image for pages
-
I’d like to use a different image for the homepage because it will have ‘Welcome’ on top of the image, but I don’t want the welcome to show up on the other pages. How do I point either my homepage or the other pages to an alternate header photo? Can I plug this in somewhere on the free version of shuttle eminimal?
<?php if(is_page(Home)) { get_header(‘Home’); } else { get header(); } wp_head(); ?>The page I need help with: [log in to see the link]
- The topic ‘Use different header image for pages’ is closed to new replies.