Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Change the header only on index

$
0
0

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!


Viewing all articles
Browse latest Browse all 59525

Trending Articles