WordPress Page Templates by eckert
You can make your own page templates for WP by making a new PHP file on the server. Name it accordingly, for this example, I will call it specialpage.php.
Within that file place the following code at the top
<?php /* Template Name: specialpage */ ?>
Now you can continue with your page. Use the default wordpress codes for getting your header, sidebar and footer and do whatever you want in between. I usually just copy and paste all the code from the default page.php and then modify it accordingly.
When editing a page, select Page Templates in the bottom options. If you’ve done this correctly, you will see specialpage as an option. Select it for whichever pages you desire and those pages will follow that template.
October 28th, 2009 at 8:21 pm
[...] this is how. You need to make a page template first. If you do not know how to do that, check out THIS TUTORIAL [...]
March 12th, 2010 at 9:11 am
Is the a limit on how long your comments can be? Timed out about 5 times when trying to post a 8 line long comment.
April 8th, 2010 at 9:30 pm
not that i know of.
May 1st, 2010 at 2:52 am
Wordpress is the best blogging platform ever. It is much better than Typepad and blogspot..*:
January 11th, 2011 at 6:11 am
Hey Lars, I do not think that there is any type of limit that I know of.