Title: Comments link/count
Last modified: August 22, 2016

---

# Comments link/count

 *  [jemy1415](https://wordpress.org/support/users/jemy1415/)
 * (@jemy1415)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-linkcount/)
 * Hi there,
 * I love the theme but I can’t seem to to add a comment link/count to each post
   on the main page. After doing some research, I was able to modify the content.
   php file to add a “comments” link near the title of each post, which is fine 
   but it will not show up on the first post of the blog.
    My blog is [http://www.lifewithjenn.com](http://www.lifewithjenn.com)
   if case you want to see what I mean.
 * Any help will be appreciated. Thanks.

Viewing 1 replies (of 1 total)

 *  [ME](https://wordpress.org/support/users/mr-eddy/)
 * (@mr-eddy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/comments-linkcount/#post-5318192)
 * I added this to the content.php and it works on all my posts :
    `<a href="<?php
   the_permalink(); ?>#comments"><?php printf(_n('1 Comment', '%1$s Comments', get_comments_number(),'
   coeur'), number_format_i18n(get_comments_number()), get_the_title()); ?></a>`
 * But your first post may be a sticky one ? Or anything special so that it’s code
   is generated from something else than content.php.

Viewing 1 replies (of 1 total)

The topic ‘Comments link/count’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/coeur/3.1.4/screenshot.png)
 * Coeur
 * [Support Threads](https://wordpress.org/support/theme/coeur/)
 * [Active Topics](https://wordpress.org/support/theme/coeur/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/coeur/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/coeur/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ME](https://wordpress.org/support/users/mr-eddy/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/comments-linkcount/#post-5318192)
 * Status: not resolved