Forums

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

Home Forums Other How do you create a "new" page for a site? Re: How do you create a “new” page for a site?

#50603
Spunkmeyer
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.