Removing Blog Info from Home Page

Discussion in 'Real Photography WordPress Theme' started by choppershots, Apr 10, 2013.

  1. choppershots

    choppershots New Member

    Joined:
    Dec 27, 2012
    Messages:
    24
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-bar {
    display: none;
    }
     
  3. choppershots

    choppershots New Member

    Joined:
    Dec 27, 2012
    Messages:
    24
    Likes Received:
    0
    Hello,

    Since adding this code, nothing shows up under the Blog page. I just want the blog information hidden on the Home page but active under the Blog page.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

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

    For this
    Go to Appearance > Editor and open front-page.php
    and remove code as shown in image.

    [​IMG]
     

Share This Page