Home › Forums › Back End › How to include php headers and footers on html site › Re: How to include php headers and footers on html site
August 26, 2012 at 4:05 pm
#108491
Participant
Is there a reason you’re using XHTML? You can make it even more simple by using the HTML5 doctype (add this to your header.php file):
Whiner Bros
I also noticed your title. You’re going to need a loop to determine the title of the page.
and then to include it for every page, just paste this in your index file(s)