• Resolved shatathodi

    (@shatathodi)


    I am trying to enable comments in my pages. I tried the quick edit way and enabled comments. But it does not allow any comments. Please help.

    Are comments allowed only in posts?
    Theme: Mace

Viewing 5 replies - 1 through 5 (of 5 total)
  • In the Dashboard Menu, go to Settings > Discussion. You enable comments here. Remember to press “Save Changes” at the bottom.
    Then, when you are finished, go to Pages > All and hover over each page and choose the link “Quick Edit”. Check to see if Comments are enable or disabled for each page. Remember to press “Update”.

    Thread Starter shatathodi

    (@shatathodi)

    I tried both of those options with no success. Do I have to make code changes in the page.php fle?

    No, you should never alter WordPress core files or your theme’s files. Alterations to themes can be done easily and simply with a Child Theme or a Custom CSS plugin.
    Could you post a link to your site, please, so I could look at the source code and see if the Comments section is actually being loaded?

    Hello,
    If you just want this in a few pages, please try this.
    1. Download this plugin
    https://wordpress.org/plugins/php-code-for-posts/
    2. Place this php in the plugin settings.
    <?php comments_template(); ?>
    3. Grab the shortcode that the plugin generates and copy and paste in all pages you want to display comments.

    Good Luck.

    Thread Starter shatathodi

    (@shatathodi)

    Thanks for the assistance. I used the plugin and its working now. Thanks everyone!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments in page’ is closed to new replies.