Wordpress - comments on front page with blog entry?

Discussion in 'WordPress' started by markowe, Mar 7, 2007.

  1. #1
    This question must get asked all the time, yet I can't seem to find an answer anywhere!

    All I want is for when you go to my main blog page, e.g. here, the comments to be displayed below each post as they are when you click on an individual blog entry. Is this a template thing, a plugin thing, or some option in WP that I just haven't found yet?!

    Displaying comments right up front encourages people to comment, I think, as they then get more visibility for their own blog or whatever, rather than when the reader has to dig around the Comments link to see comments.

    Thanks
     
    markowe, Mar 7, 2007 IP
  2. Bugster

    Bugster Well-Known Member

    Messages:
    98
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #2
    is a template thing. You need to add a pice of code that would display how many comments if any have been made. something like:

    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
     
    Bugster, Mar 7, 2007 IP
  3. Bugster

    Bugster Well-Known Member

    Messages:
    98
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #3
    btw you need to add it on the main index template
     
    Bugster, Mar 7, 2007 IP
  4. Anita

    Anita Peon

    Messages:
    1,142
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think it's a mistake to show the comments on every single post. Why make the user scroll through tons of comments to get to the next post? Almost all blog readers understand they have to click the Comment link to add a comment, and I've never heard of any complaints.

    Just my $.02
     
    Anita, Mar 7, 2007 IP
  5. markowe

    markowe Well-Known Member

    Messages:
    1,136
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    165
    #5
    Well, it would have to be in moderation, perhaps you would only show a few comments or something. And the next post could have a link at the top of the current post (like Next or something) so the next post wouldn't even be on the same page, just the comments.

    But I think the advantage of comments on the front page is that it gives a better picture of the activity around the blog, makes the blog seem more "happening", better for search engines, shows any backlinks right up front etc. Just my thought - my main blog page seems a bit dead without the comments shown.
     
    markowe, Mar 7, 2007 IP
  6. Anita

    Anita Peon

    Messages:
    1,142
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Is this for your mountain biking blog? Honestly, you have enough content that if you show comments it might become overwhelming. You're already showing comments if someone clicks on the permalink or arrives at a post via a search engine, should be good enough.
     
    Anita, Mar 8, 2007 IP
  7. markowe

    markowe Well-Known Member

    Messages:
    1,136
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    165
    #7
    Yes, I was thinking primarily for that blog, because it's my main WP-based blog. You could be right, I am usually looking at the main page so maybe have a skewed picture.

    Thanks for the advice - I am sandboxed still with that blog anyway, so it's a case of sit and wait...
     
    markowe, Mar 8, 2007 IP