Viewing 3 replies - 1 through 3 (of 3 total)
  • My theme has a line like this:

    <?php comments_popup_link('Comments (0)', 'Comment (1)', 'Comments (%)'); ?>

    Default theme’s looks similar:

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    More info on comments_popup_link()

    Thread Starter slightlyunhinged

    (@slightlyunhinged)

    Thank you HandySolo, that makes sense, but what I really want to do is add a button at the bottom of each post, not change the already existing links. Thanks!

    Thread Starter slightlyunhinged

    (@slightlyunhinged)

    Hey, I found the answer by accident researching the comments_popup_link function… if anyone is wondering, simply make the link to your button <?php comments_link(); ?>

    Thanks for the help though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Code Help!’ is closed to new replies.