• My site is https://www.taylorlife.com

    If you go look at the front page, you will see the most recent posts, however there are no comment counts on any of the posts. You have to actually click over to the posts to see that. How can I get that on the front below each post?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look at the default theme at around line 23.

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    Thread Starter Alicia

    (@sexydawnt)

    I finally figured that part of it out – but now, the author’s name isn’t showing up as a link to their profile. How can I fix that?

    Use:

    <?php the_author_link(); ?>

    In place of:

    <?php the_author(); ?>

    Thread Starter Alicia

    (@sexydawnt)

    Thanks! I am learning a lot here. Thanks for your patience with a newbie. That gives the link to their website. How do I make it go to their user profile on the blog?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want Comment Count per Post on Blog front page’ is closed to new replies.