remove blog from frontpage

Discussion in 'Gommero WordPress Theme' started by ava1977, Jan 20, 2014.

Thread Status:
Not open for further replies.
  1. ava1977

    ava1977 New Member

    Joined:
    Jan 20, 2014
    Messages:
    2
    Likes Received:
    0
    Hello,

    does someone could tell me how to remove blog from the front page please ?
    i need the same that on this website : http://www.amaterasu-bien-etre.com

    thanxs in advance,
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and remove the code given below
    Code:
     <?php
        if (get_option('inkthemes_post_front') !== 'false') {
            get_template_part('content');
        }
    ?> 
    Check image for reference

    2014-01-21_1244.png


    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks. I was able to use this also!
     
Thread Status:
Not open for further replies.

Share This Page