Can someone help me out?
I wanna know how to create a template.php file to use. Basically have a directory called pages, with files containing content for individual pages. (Eg: /pages/about.php)
At the moment I use this tutorial
However, this makes the pages index.php?p=about
Instead, I would like simply www.mysite.com/about/ but need some help how to either alter the code in the above tutorial, or a completely different method.
Thanks,
Reply with any questions you might have, sorry if this isn't clear enough
|