Forums

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

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

#108491
chrisburton
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)