• 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 if case you want to see what I mean.

    Any help will be appreciated. Thanks.

Viewing 1 replies (of 1 total)
  • 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.