Friday, August 17, 2018

How to remove No Comments message on Blogger Posts in 2017

Blogging is fun but any blogger will tell you that they prefer to not have 'no comments' showing after each post. This is because
 'No Comments' make the post appear uninteresting even when it may be the most read post in the blog.

Use the method below to remove the 'No Comment' message at the end of your blogger posts so that even when there is no comment on that particular post, the 'No Comment' message will not be there.



1. Go to your blogger home page. In the drop-down menu click on 'Theme'

2. Under 'Live on Blog' click on 'Edit HTML'

3. Please remember to back-up your template before making any changes to this   page.

4. Click on any space within the box then do 'CTRL F'

5. A search box will appear. In the search box type in this code   <data:post.commentLabelFull/>:

6. Click on 'Search' or 'Go' to locate this code on step 5

7. When it takes you to the code on the same page, carefully change the code to
<!-- Remove No Comment <data:post.commentLabelFull/>: -->
Please note that this -- simply means typing the hyphen -   two times.
You have to type it this way --

All you need to do is to add  <!-- Remove No Comment  before the code on step 5
and add -->   after the code on step 5.
This is faster than deleting the entire code on step 5 and replacing it with the code on step 7.

8. You have to search for another code. So do Ctrl F again as you did on step 4.

9. In the search box type in this code
    <h4><data:post.commentLabelFull/>:</h4> 

10. Once this code on step 9 is authomatically located, change it to
       <!-- Remove No Comments <h4><data:post.commentLabelFull/>:</h4> -->

 All you need to do is to add   <!-- Remove No Comments  before the code on step 9  and add   -->     after the code on step 9.
 This is faster than deleting the entire code on step 9 and replacing it with the code        on step 10

11. Click on 'Save Theme'