Hey there. I've pretty much got my index page designed how I want it more or less (in firefox at least for now), but now I want to design my about page in its own file "about.php" rather than as a WordPress "Page".
As a bit of a test, I renamed my index to about.php but as I tested it, it comes up with an "object not found!" error. So I guess that it might be trying to load it from the root directory rather than the /wp-content/themes/ folder. However, that didn't work either.
I just want to design the rest of my pages the same as my index in their separate files sort of like if I was designing a static site, I'd put index.html, about.html etc in the same folder. Surely there has to be a way. Can anyone help?
My site is at http://www.angelssin.co.uk
The reason I want to design my sites pages separately is because I want each page laid out differently from one another, a bit like http://mattbrett.com/
Any help is much appreciated!