Thursday, February 18, 2010

How to Correct " 1 Comments " To " 1 Comment " in Blogger

I have observed a small grammatical mistake in Blogger Comments Section.

Instead of displaying '1 Comment', it show '1 Comments'.

In case of 0,2 and above '0 Comments' or '2 Comments' or so is ok.

Correcting this is very simple.

First go to Dashboard -> Layout -> Edit HTML.

Then select "Expand Widget Templates"

Then search for the followning code :

<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>

There just replace <data:commentLabel/> with Comment

Thats it ! Now your Blogger Comment Heading H4 is grammatically correct.

1 COMMENT:

Anonymous said...

A single comment to see if this works...

Post a Comment