Sometimes, you may not want all of our Wordpress pages to look exactly the same. You can easily create multiple page templates so that you can diversify the look of your Wordpress blog so your whole blog does not look exactly the same. Here’s how:
Using your FTP program, browse to your theme’s folder. This would be located at:
Wordpress Home Folder > wp-content > themes > theme name
Now that you are in your theme’s folder, most themes will name their page template “page.php”. Download that file to your computer, and then open it using a plain text editor such as Notepad or Notepad++. On the second line, add the name you would like to assign to your new Wordpress page template. Each page template has to have a unique name. It is important that you enter the page name exactly like this:
/*
Template Name: Test Page
*/
You would replace “Test Page” with whatever unique name you want to assign to your new page template. You can create as many page templates as you want.
Now, save and close the file. The next step is to rename the file. Again, each file should be named something different. For example, you could have page.php, page-test.php, page-third.php, etc. Once you’ve renamed the file, upload it to your theme’s folder.
Continue Reading
Popularity: 6% [?]





Free Online Tutorials



