• everythingisbackwards

    (@everythingisbackwards)


    Please help, I’m trying to find an answer to this question!

    My blog is blog.dmichaelclary.com.

    I’m using WP 2.5.1 and the K2 theme. I would like to encourage more comments by having a “be the first to comment” sort of link at the bottom of every post on the main page. My theme has a comments button at the top of the post in the summary section, but I would like it at the bottom where it stands out more.

    I can’t seem to find out how to do this anywhere.

    Thanks!!!

    Michael Clary

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would like to know how to do this as well. Anybody?

    you could add

    <a href="<?php the_permalink(); ?>">be the first to comment</a>

    line on your index page to direct them to the single page where your

    <?php comments_template();?> is so they can comment. Not sure if that was exactly whaat you were looking for, but it should work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘“Add a Comment” link to each post’ is closed to new replies.