Home › Forums › Back End › 2nd header to show only for index? › Re: 2nd header to show only for index?
June 11, 2010 at 3:51 pm
#77668
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") ?>