• BasicStore theme has a page named “content.php” that loads blog posts. I want to create a separate page using WordPress Page Templates to develop my own blog page but it’s not works. How can I do that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,
    If you want to create a custom blog page, you can follow these steps:

    1 – Create a page (probably, called home)
    2 – On Settings > Reading, set this page as Homepage
    3 – Create a custom php file with this code:

    /**
     * Template Name: Your custom template name
     */
    

    4 – Access this same page on dashboard and on Template option, set it to the same Template Name you chose

    • This reply was modified 6 years, 7 months ago by Pablo Pacheco.
Viewing 1 replies (of 1 total)
  • The topic ‘Edit Blog Page’ is closed to new replies.