• Resolved Joe

    (@sabbathbreaker)


    I would like to turn on the user comments on my front page or home page. My homepage is using static page not post, please advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, This isn’t a built in option with this theme. You would have to use a child theme and edit the front-page.php file to place code in for the comment form. In your child theme you would add change the last line in the font-page.php file from:
    </div><!-- /.main -->

    to this:

    <?php 
    /**
    * @hooked virtue_page_comments - 20
    */
    do_action('kadence_page_footer');
    ?>
    </div><!-- /.main -->

    Ben
    Kadence Themes

    Thread Starter Joe

    (@sabbathbreaker)

    This is what I need, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Enable Comments On Static Page (Homepage)’ is closed to new replies.