Advertisement
mspotilas

# comments link change in blogger

Oct 13th, 2011
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             <b:if cond='data:post.allowComments'>
  2.              <b:if cond='data:post.numComments == 0'>
  3.               <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/> <data:top.commentLabelPlural/></a>
  4.              <b:else/>
  5.               <a class='comment-link' expr:href='data:post.url + &quot;#comments&quot;' 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>
  6.              </b:if>
  7.             </b:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement