Adding "Comments-Link" to posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • #6303
    linsensicht
    Participant

    Hey,

    how can i add a “leave a comment”-Link to the posts?

    Very cool Theme by the way! It’s fits perfectly for my blog πŸ™‚

    Vincenz

    #6309
    Daniel Tara
    Keymaster

    The output of that section is given by the function pinboard_entry_meta() in functions.php, you can edit the output there. Add a new line like this:

    <span class="entry-comments"><?php comments_popup_link( $zero, $one, $more, $css_class, $none ); ?></span>
    #6439
    linsensicht
    Participant

    Thanks! That worked πŸ™‚

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.