Saturday, November 17, 2012

How to get rid of the colon after the comments in Blogger's "Ethereal" template

Short version: search your template's HTML for <data:post.commentLabelFull/>:, and delete the colon after the >

Detailed version:

1. Log into Blogger
2. From the More Options drop-down (just to the left of the "View Blog" button), select "Template".
3. Under "Live on Blog", click on the "Edit HTML" button.
4. A warning may pop up; click on "Proceed".
5. Check the "Expand Widget Templates" checkbox.
6. Use your browser's search function (most likely Ctrl+F) to search for <data:post.commentLabelFull/>:
7. Delete the colon after the >.
8. Click "Preview" to make sure it worked.
9. Click on "Save Template".

5 comments:

  1. Thanks heaps for this article! That silly colon has been bugging me lately and now its gone!

    ReplyDelete
  2. My thanks for the help. (By the way, it's a good idea to leave HTML comments at the site of the removed colons, as you might wish to have them back sometime.)

    ReplyDelete