• Resolved N/A

    (@vishkugeta)


    The comments on my homepage on my posts don’t link to the Disqus comments: https://www.yareyaredaze.com/

    I tried a suggestion I saw on another thread by changing

    <a href="<?php comments_link(); ?>"> to <a href="#disqus_thread"> in page-title.php but it didn’t do anything.

    Any help would be appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Adding #disqus_thread there should work. Your link still leads to #comments though.

    You can see that it works if you add it to the end of your article link, like this.

    Make sure the page-title.php file is placed in the /inc/ folder of the child theme, if you use that.

    Thread Starter N/A

    (@vishkugeta)

    I fixed it. I had to replace <?php comments_link(); ?> into <?php the_permalink(); ?>#disqus_thread in both content.php and content-featured.php as well. Thanks.

    thank you for this workaround. i followed your suggestion and clicking on the comments link takes me straight to disqus. perfect.

    but for some reason, this fix caused me to lose the font-awesome comments icon.

    before.
    after.

    i don’t hate the new look, but preferred the old one. any thoughts on what i might have missed.

    NEVER MIND!! Working now. FWIW, here is what I got back from DISQUS:

    Try enabling the ‘Output Javascript in footer’ checkbox under Advanced Options in the Disqus plugin. This will output Disqus JavaScript in the footer and should fix this.

    If that doesn’t work, this may be caused by your current theme or a plugin. You can test this by temporarily reverting to the default WordPress theme and (if comments counts are still not working) temporarily disabling all plugins except for Disqus.

    The Disqus wordpress plugin is designed to replace #comments with #disqus_thread, but this may not work for all WordPress themes.

    Thank you for a terrific theme. Very happy with Hueman.

    So I’m in the same boat now, how did you get back the font-awesome comments icon?

    alemarengo84

    (@alemarengo84)

    hobbzey,
    you should check this out.
    Please, let me know, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Link to Disqus Comments’ is closed to new replies.