Home › Forums › Other › How do you create a "new" page for a site? › Re: How do you create a “new” page for a site?
October 16, 2008 at 4:18 am
#50603
Member
Besides the site that I’m currently working on (http://www.thedailyspunkmeyer.com) which uses the wordpress engine, my site always comprises of an index.php. The content of which usually looks like:
Code:
The above code is really simple and only really works with a small amount of pages, but works fantastic. Basically, you use PHP includes to call each portion of the page… the header, top, navigation and what have you. That way, you only edit one page and the changes are made across the site.