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>
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:
A single comment to see if this works...
Post a Comment