“How to make WordPress Page Templates” is searched by lot of bloggers and so I decided to make a post on it. In WordPress you can create your own page templates to stylize individual blog pages. Many like to create page template for their portfolio page.
WordPress allows you to create any number of page templates. Making your own page template is so simple.
Related Read
How to make Author Box in WordPress
How to Get Recent Posts from Specific Category in WP
Now I will show you how to make a page template.
Step 1: Open Notepad
Step 2: Paste the following piece of code at top in the the notepad
<?php /* Template Name: Webfroze */ ?>
Step 3: Below the pasted code insert your template code that you have.
Step 4: Save it with any name for instance template-webfroze.php
Step 5: Transfer template-webfroze.php to your WordPress theme folder where all other php files such as single.php, page.php etc., are present.
Step 6: Now when you make a page in your WordPress blog at the Right side under template option you can see the new template (Webfroze) that you created.
Enter Page contents, Choose the template and Publish the page. That’s it.










Comments on this entry (no comments)
Did you like this post? You can share your opinion with us! Simply click here.