• I installed Hueman theme some time ago and created a child theme which I modified especially by creating a static front page in my child theme (front-page.php) because I wanted to display my entire latest blog on the front page. After the last update of Hueman the feature image that used to show up above front page blog entry disappeared.

    So while debugging I cannot find a place where I could choose between blog and static front page. Could you tell me where that setting is?

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi pastorjim. One reason might be because the location of the featured.php file has changed. If you have something like this in your child theme template:

    <?php get_template_part('inc/featured'); ?>

    change it to this:

    <?php get_template_part('parts/featured');} ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Where do I set static front page?’ is closed to new replies.