Setings for No posts on Homepage but remain on Blog Page

Discussion in 'Real Photography WordPress Theme' started by tanweekiam, Jun 28, 2014.

  1. tanweekiam

    tanweekiam New Member

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    We are trying to set up the home page as per your demo. However, the only things we want on the home
    • Slider
    • Widgets
    • Footers
    We don't want Posts on the home page.

    Saw from one of your reply to the same question.

    One of your support stuff recommends putting this code into the Custom CSS

    .content-bar {
    display: none;
    }

    However i notice this code also remove the posts from the blog page.
    How do we keep the posts on the blog page but not on the home page.

    Thanks.
    Sean
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.content-bar {
    display: none;
    }
    .loading div.content-bar {
    display: block;
    } 
    This will solve your issue.
     
  3. tanweekiam

    tanweekiam New Member

    Joined:
    Dec 28, 2011
    Messages:
    4
    Likes Received:
    0
    Thanks for the code,
    It works but i notice that when i go to the site or refresh the site, it will show the blog page and then jump to the homepage.
    See http://www.billytanphotography.com.sg/
    I do not wish the blog page to be show at all when i refresh or at the home page.

    Thanks.
    Sean
     

Share This Page