Search for: Search Adding "Comments-Link" to posts Viewing 3 posts - 1 through 3 (of 3 total) August 16, 2012 at 5:33 pm August 16, 2012 #6303 linsensichtParticipant 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 August 16, 2012 at 6:08 pm August 16, 2012 #6309 Daniel TaraKeymaster 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> August 27, 2012 at 3:43 pm August 27, 2012 #6439 linsensichtParticipant Thanks! That worked π Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic.