Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End 2nd header to show only for index? Re: 2nd header to show only for index?

#77668
noahgelman
Participant

Create a php file like index-header.php and put all your second index only header code in there and then go to your index.php provided by wordpress, go to the appropriate place you want the header and put <?php include_once("index-header.php") ?>