• I am currently using the twentythirteen theme from wordpress, and there is a Leave a comment link below each summary post on the home page. This contains a #respond appended to the link. This doesn’t work with comments-evolved out of the box. I have sorted it out by adding the following line to the container.php file of your plugin at line number 33:

    </script>
    <div id="comment-tabs">
    <a name="comments"></a>
    <a name="respond"></a> /* Added this line */
      <?php
        if(!empty($options['comment_area_label'])) {

    Now it all works as expected. Is this the best way to have gone about fixing this, or is there another file/setting somewhere that I should have altered?

    https://www.ads-software.com/plugins/gplus-comments/

Viewing 1 replies (of 1 total)
  • Same issue here, but blackstarzes’ fix does not work. In fact, the comment count does not work correctly either. It only counts the comments from wordpress, but not the ones from Facebook or Google+

    I am using “HeatMap AdAptive Theme”

Viewing 1 replies (of 1 total)
  • The topic ‘Respond tag for "Leave a comment" link’ is closed to new replies.