How to make a template

Discussion in 'Appointway WordPress Theme' started by pauljw, Oct 11, 2014.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I would like to make a nice template for my pages and posts because they look so bland.

    Is it possible to do this?

    If so, how?

    Thanks

    Paul.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Yes it is possible, It required customization of template files(blog.php etc).

    Thanks & Regards
    Pramod
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod, are there some instructions for this?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul,
    Please specify or provide any hint (design) which type of template ?
    By which i will try to help you.
    Thanks & regards
    Pramod
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod
    I am looking for something simple really.
    I just want to be able to put my content into a rounded edged box when I make a new page.
    For example, on the first three quarters of the width of the page I would want my content, then the last quarter to stay as it is with the widgets.
    It would be really good if I could have multiple boxes. For example, if I write some content that would be one box. Then underneath, I could start another box?
    Well that’s the idea anyway, what do you think?
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul,
    If we create a template then it required lots of customization & lots of CSS.
    So, we create current template more attractive according to your requirement as possible.
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_content .content_bar .post {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
    }
    After putting this CSS you will achieve or near to your goal.
    Thanks & Regards
    Pramod
     

Share This Page