Viewing 1 replies (of 1 total)
  • likely your theme isn’t set up to show comments on Pages – just posts

    you can add it manually to your theme’s page.php by adding this code

    <?php comments_template(); ?>
    after
    <?php the_content(); ?>

    back up 1st always

Viewing 1 replies (of 1 total)

The topic ‘Comments on Page’ is closed to new replies.