• Resolved sundev

    (@sundev)


    Hi,

    All the comments left on each of my posts are sowing up on all my static pages as well!

    Please, how can I stop it from showing up every where?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Richie KS

    (@rkcorp)

    pages comment should be disable by default in newer wp version.
    are you using the latest version of mesocolumn theme?

    Thread Starter sundev

    (@sundev)

    Thanks Richie,

    I actually want comments to show up but should be restricted to the post commented on only.

    I am using a child theme for mesocolumn for about a year now, I thought the parent can update the child, I updated the parent for the lastest update.

    Theme Author Richie KS

    (@rkcorp)

    do you have page.php in child theme, might need to update it or delete it so parent theme new page.php is effective.

    Thread Starter sundev

    (@sundev)

    Thanks,

    I’ve deleted the page.php from the child.

    Comments still show up on my static pages, as well as BP registration page.

    Theme Author Richie KS

    (@rkcorp)

    try open page.php in parent theme edit line 42

    <?php if ( comments_open() ) { comments_template(); } ?>

    to

    <?php if ( comments_open() || get_comments_number() ) { comments_template(); } ?>

    clear cache etc..

    Thread Starter sundev

    (@sundev)

    Thanks Richie,

    I did as you instructed but still the same!
    Nevertheless, I have some plugins installed which might be the problem. I’ll work around the plugins and open new thread if need be.

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Comments showing up on all pages’ is closed to new replies.