Replies: 0
Hi! I want to make a different header for my homepage, I’m using a wp template and I can’t find the code to make it.
I’m a PHP noobie, so I don’t know what pages I have to change.
I try to change the code in my index.php page but it doesn’t work
<?php
get_header();
?>
to
<?php if (is_page(index.php)) echo ‘secondary-header’;
else echo ‘header’;?>
I have to change also the page.php file ?
Thanks in advance for any help you can provide!