Page template?

Discussion in 'Appointway WordPress Theme' started by pauljw, Jun 16, 2014.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    I would like to know if there is a way to have some sort of page template.

    I am looking for somthing that would be a basic layout for each page I make. To make each page took like it belongs to me, like a branding of sorts.

    So each new page I make would allow me to add my content, but would also have the same standard things on like all the other pages.

    Thanks,
    Paul
     
  2. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    Perhaps a screen shot would be better to understand.

    Every page on this wordpress site has the same right hand side , and a nice border on the page that the text can go inside. It looks nicer.

    Can I set this up on my site?
     

    Attached Files:

  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You have added a code in the custom css to hide sidebar. Please remove it. It will add sidebar at all your pages in which you have selected default template.
    Code:
    .sidebar {
    display: none;
    }
    For those pages in which you don't want sidebar you can select "fullwidth template"

    And for border and other styling you can use same class while creating pages.
    It will set same styling in all pages.

    Thanks & Regards
    Nitesh Raghuwanshi.
     

Share This Page