I am designing a website in wordpress. I have 1 custom home page & another are single themed pages. Now I want to add some more landing pages with different design. How can I get this?

link|improve this question
feedback

1 Answer

create new php file in your theme directory, add this on the top of your php file:

<?php
/*
Template Name: your template name
*/
?>

use the template by choosing page templates on post option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.