Home › Forums › Back End › 2nd header to show only for index? › Re: 2nd header to show only for index?
June 15, 2010 at 8:53 am
#77900
Member
noahgelman that worked great, thank you.
Now that I have the include working I have one more thing to solve. I’ve done this before but not sure why its not working with wordpress.
In the very top of my index.php file I have the following code.
Code:
In my header I have the following but for some reason its not wanting to output the echo part.
Code:
‘; }
?>
?>
This works in another site I have thats not running wordpress. Is there something I’m not doing right?
The reason I’m wanting to do this is that there is the second menu that I only want to be displayed on the main home page.