Replace the bottom post comment link name with your own one
1. Log in to your dashboard--> Design- -> Edit HTML
2. Click on "Expand Widget Templates"
3. Search "Ctrl+F" and find the following code:
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1
<data:top.commentLabel/><b:else/><data:post.numComments/>
<data:top.commentLabelPlural/></b:if></a>
You will find the code in two places but you need to modify just the first one.
4. Replace the blue and red code with the text you want to appear . The blue code is for a single comment and the red one for multiple ones. ( 1 comment = blue; 2 comments = red)
Exemple:
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1
Feedback<b:else/><data:post.numComments/>
Feedbacks</b:if></a>
Save the template and you are done.
1 comment
Yes, but where do you style the text? thx.
Click to Add a New Comment
Leave your comment
- If you're asking a question click the Subscribe By Email link, below the comment form, to be notified of replies.
- Do NOT add links to the body of your comment as they will not be published.
- Only the comments posted in ENGLISH will be approved.
- If you have a problem check first the comments , maybe you will find the solution there.