• Resolved flynntsang

    (@flynntsang)


    Hi there–lovely theme! One thing I can’t find is how to set up a separate page for blog posts. I don’t want posts to appear on the home page.

    Can I do that with the free version?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi-@flynntsang

    In your theme’s folder you will find front-page.php file.
    This file is showing your post from line (101-145).
    From line 103-119 it is showing your post(if you have any post), and form line 120-144 it is showing its default post.
    So if you dont want any post to be shown in your front page then Create child theme
    and copy paste front-page.php file in child theme’s directory and remove code from line 101-145.
    And activate your child’s theme.
    By now you should be done.

    Thank You!!

    Hi..

    Please make a child theme directory and create a front-page.php.

    Now copy code from LINK and paste it into your child theme’s front-pages.php.

    Save the changes.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog page’ is closed to new replies.