• Hi – A long time ago I hacked my theme and WordPress files to get rid of things I didn’t want.

    I think I removed the “reply to comment” link in the comments, but now would like to re-add it back again.

    So I found in the codex this page about the comment_reply_link and re-added the code on that page to my site, but it still didn’t fix it.

    Here is the exact code I added to my comments.php file, just under the <?php comment_text() ?> part:

    <?php comment_reply_link( $args, $comment, $post ); ?>

    Should it be something different – or somewhere else?

    Here is an example of a post with comments on my site: http://www.pinkfloydonline.com/2012/06/20/pink-floyd-video-of-the-week-pink-floyd-museum-err-a-fans-house/

    Does anyone why it won’t show up or how to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Floyd3

    (@floyd3)

    I’ve tried pasting code I’ve found on other websites and it’s not showing up too. Do I need to include a div css tag maybe?

    Or maybe the link was never there to begin with and my theme doesn’t support it or something?

    Can someone point me in the right direction?

    Thread Starter Floyd3

    (@floyd3)

    Does anyone even know what I’m talking about? lol

    It’s for threaded/nested comments, so people can reply that way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Reply Link not showing up’ is closed to new replies.