What Does Your Comments Section Read?
Hi you all, hope all’s well with your marketing business, I’ve something to share today that I feel is necessary for a blog, especially one that is getting off the ground, although saying that once you do make the change it’s for the best and you’d never change it back.
I see other savvy bloggers do this all the time, especially if they’re starting a new blog. So what is it? OK, It’s about the comments section after the article you’ve just posted, we all know it’s just below that article and more often than not it’s set to wordpress default. The default reads [No Comments] or worse [Comments 0] with that big zero after it, I think it’s untidy and needs changed.
When you’re leaving a comment below you’ll see what I mean – Ha got you
I’m only joking, if you do feel the post was helpful, please feel free to comment, after all as it says (I Love Comments) So if you look at my comments section you’ll see what I mean and what I’ve changed it too.
I remember having a good look around when I was making comments on other blogs and discovered that a few blogs had this section changed to their own wording and it looked far more appealing.
Then I remember reading a blog post where I had landed on when doing my daily tours of blog commenting and low and behold someone had written a post about the ugliness of the comments section and how it put them off when they went to leave a comment, yip that big [Comments 0] or [No Comments] again, even though the post may have been a good post it just put this person off.
Since then I’ve found many a blog that has the same attitude towards the comments section, where they have posted their thoughts on it and they’re never good, they all say it’s not professional looking and for all it takes to change it would leave it more attractive to comment on.
Now I know what you’re thinking? How does one go about this when they’re not very well versed yet at changing coding on their blog. Well we’ll cover that now and don’t be thinking it’s hard it’s not. When you’re finished reading these steps you’ll have a little smile on your face saying was that it
OK, first off sign into your admin panel and navigate to where it says [Appearance] click on it, when it opens the drop down sub menu click on where it say [Editor] this will take you to the main editing interface. Usually on the right side depending on what you’re using, it will say,
Main Index Template
(index.php)
Click on Main Index Template (index.php) and it will take you to that page.
Then press Ctlr and F on your computer, when the find bar shows up at the bottom type in comments and press enter. When you’re in this section, just to be sure hover into the section and click your cursor, again to be sure you’re in the editing section, this will locate the comments section for you. If you’re finding trouble locating it and the find bar which sometimes is a little sticky, scroll down to you find the comments section which looks like the code below in this post and you’ll be fine.
When you find it this is the code you’ll want to locate, yours may be a little different depending on your themes way it likes to code it, but they’ll be much similar.
<?php comments_popup_link(__(‘Comments (0)’),
(‘Comments (1_’), __(‘Comments (%)’)); ?>
These are the three “ways in which the default usually leaves them”
1. No Comments. Here it displays the words Comments (0)
2. One comment. Here it displays the words Comments (1)
3. The section where it says more than one comment, will be displayed in it’s Comments (%) where the % will be the number of comments over 1.
You can change these sections to whatever you choose, but remember and I cannot stress this enough remember to make a copy of the file you are changing first as a backup.
This is the example I used, feel free to copy it if you want.
<?php comments_popup_link(__(‘ I love comments,
want to make one?’), __(‘<strong>1</strong> Comment left. Want to make another?’)); ?>
Wasn’t that simply
What I done here was:
1. I Changed Comments (0) to –> I love comments, want to make one?
2. I Changed Comments (1) to –> 1 comment left. Want to make another?
3. I Changed Comments (%) to –> % Comments left. Want to make another?
The above is what I used, you can change the text to whatever you like, go on give it a try.
If you have any trouble, let me know and I’ll try and help out.
Till next time,
Eamon Diamond

Even though you have only been blogging for six months Eamon, you have pointed something out that I was unaware of. 8)
I’ve had a quick look at my own blog, and I can see what you mean about the wording, however I think it’s simpler to leave as it is. I think it may be easier for visitors to recognise, as it’s the same WordPress format you see on most blogs.
You may prefer the individuality of your own text, that will make you stand out a bit.
I do like my commenting section to look good, and my advice would be to install the free plugin “WordPress Thread Comment”. It’s optimised for search engines, and looks good as well. Have a glance at my blogs comment section to see what I mean.
Best wishes for a prosperous New Year Eamon.
John
[Reply]
Hi John,
Thanks for the comment, I suppose everybody likes their own way of changing things around a little, just to spice it up.
Popped over and had a look at your blog, you’ve done a great job there, I used to have my comments section the way yours is.
The way I set my comments section up was to maybe encourage the first comment, once someone makes a second comment on the same post, it switches back again to the same as it is on your blog, where they can see the number of comments that’s left.
Hey! Sure I might change it back a few months from now or maybe not who knows
Eamon
[Reply]
Hi Earmon
Thats a great tip you have given.
I am pretty new to things. I had not really noticed it either, like John.
But I have put your tip to good use.
I like Johns tip on the wordpress thread comment plugin…I am going to have a look at getting that installed as well.
I like your thinking as well Earmon…How would I set it up like your website….decisions?
Thanks
Regards
Zahid
[Reply]
Eamon Diamond
Reply:
December 30th, 2010 at 3:34 pm
Hi Zahid,
Thanks for popping over and leaving a comment, I’m glad you liked the post. I had a quick look at your blog and seen that you implemented it also, so you see it wasn’t really that hard to do
You have a good blog going on there.
I also see you’ve joined John’s course, well let me say, you’ll be chuffed as you go deeper into the course, especially if you’re a beginner. John leaves no stone unturned and that’s what other marketers fail to see.
I suppose that’s the gift he has, he can figure out exactly where the beginner gets stuck and have them overcome that.
Eamon
[Reply]