Setting up a custom page as home page instead of theme home page

  1. Home
  2. Docs
  3. Khore
  4. Frequently Asked Question...
  5. Setting up a custom page as home page instead of theme home page

Setting up a custom page as home page instead of theme home page

1) Don’t forget to take a backup of the file prior to any change.

2) Copy front-page-content.php from the parent theme to the child theme folder.

3) Open front-page-content.php from the child theme and comment/delete all the content in that page. Then add the following code on that file.

<?php the_content(); ?>

4) Update the file.

Was this article helpful to you? Yes No 2