• On my site if someone clicks on “comments” after each post it loads a comments form in a Popup window. How do I set it up so that if someone clicks on “comments” it goes to the actual post and then goes to the comment form at the bottom of the post. How is this done?? (something like on https://photomatt.net)

    I have just installed from version 1.2 to 2.02 – not sure if this used to happen in previous version.

    My blog is https://www.squaremonitor.com

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • in the header, look for

    <?php //comments_popup_script(); // off by default ?>

    and remove the // just after <?php

    Thread Starter asy1mpo

    (@asy1mpo)

    thanks

    in fact my code was

    <?php comments_popup_script(); // off by default ?>

    so i have commented it out

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment popup’ is closed to new replies.