Remove Posts from Home Page

Discussion in 'Infoway WordPress Theme' started by bpubrat, Apr 11, 2013.

  1. bpubrat

    bpubrat New Member

    Joined:
    Apr 10, 2013
    Messages:
    3
    Likes Received:
    0
    How do I remove the 3 blog feature posts from the home page?

    I am trying to remove it so that I can use the Sample Page to populate the home page with my own content using the built-in WP word processor features. Please advise.
     
  2. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #carousel-full {
    display: none;}
     
  3. bpubrat

    bpubrat New Member

    Joined:
    Apr 10, 2013
    Messages:
    3
    Likes Received:
    0
    Sorry that did not fix it. Instead the code you provided added the 3 posts >concretecountertopsportland.com

    I want to remove the 3 feature posts and place my own content from WP.
     
  4. Nitesh

    Nitesh Support Staff

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

    For this open front-page.php and remove code from comment "<!--carousel slider-->" at line number 303 to comment "<!-- /End Carousel -->" line number 371 and add your content there.
     

Share This Page