• I would like to add a simple comments link to my posts so that a visitor can be quickly taken to the bottom of the post where they can comment. Thanks for you time and help, it is greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Gosh, I bet you could create a link with html that could do that, but I forget what that code is called.

    Thread Starter vizionquest

    (@vizionquest)

    I’ve tried, this suggestion but it doesn’t work:
    https://www.nathanrice.net/blog/comment-link-in-singlephp

    Thread Starter vizionquest

    (@vizionquest)

    Got it:
    <div align="right"><a rel="nofollow" href="<?php the_permalink(); ?>#respond"><p id="comments"><?php comments_number('No comments', '1 Comment', '% Comments' );?></p></a></div>

    or

    <div align="right"><a rel="nofollow" href="<?php the_permalink(); ?>#comments"><p id="comments"><?php comments_number('No comments', '1 Comment', '% Comments' );?></p></a></div>

    depending on the your theme’s comments.php file. It is just a matter of using #comments or #respond in the above examples.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add “Comments” Link to Top of Posts’ is closed to new replies.