How can I create Several Pages with Several layouts in wordpress

I need to create two pages in wordpress with two different layouts. So what should I do to achieve that. I should create two php files, like page1.php, and page2.php then layout it separately, or what should I do to do that.

Please see the layout which I drow it to understand what I’m asking about.

Read More

Thanks in advance, for your help.

The layout

Related posts

Leave a Reply

2 comments

  1. you can create two different php file with different styles and each php file start with:

    <?php
     /*
     Template Name: you_template_name
     */
     ?>
    

    for example replace you_template_name with theme1 and theme2
    then when you try to create a new page you can use one of these themes

    enter image description here

    in these case I create two theme fan template and news template for my site addition of my default template