Templates in wordpress are of immense use particularly if we want to have a different design for a particular page.Normally,when we create a template a dropdown is shown on the right hand side as a dropdown from where we select the template and then save the page.

But sometimes this option is missing. There can be two reasons behind this.

  1. You have uploaded the template file in the wrong place using FTP .It should always be uploaded in the theme which is active.
  2. The template file is not created properly as you missed the required template tags.
<?php
/* Template name: My Custom Page Template
*/?>
Always start the template file using above tags and can name it accordingly to the purpose which will be served by the template.
Do share your comments and feedback and i can help you out if you face any problem.
You can also share this post
Spread the love