Number of comments again show at Blogspot blogs


The number of comments is no longer displayed on Blogger Blogspot? How can you let the number of comments on Blogspot again? Why the number of comments is not displayed?


Anyone who operates a Blogger Blogspot blog is occasionally "surprised" with small problems or malfunctions. There is no evil intent behind it. Causes are often technical innovations and improvements usually only temporary restrictions.

Blogger leads to changes, it is usually associated with changes in all blogs. Greatly simplified, one can imagine it is an update of a software - it will be re-programmed functions provided. Blogger has also in principle the possibility to integrate these innovations in all blogs. Unfortunately, it often happens without warning and it can be for an uncertain period of time being not find any solutions. It requires a good understanding to these changes in the (X) to detect HTML at all and, if necessary to change it.
Since June 2012, the number of comments on Blogger is no longer displayed. This is especially blogs that use the standard templates (design).


One can wait for now, the problem has been resolved by bloggers or eliminated by changing the code problem itself.
The modification of the code has been tested on several blogs, and worked without problems and limitations.Nevertheless, no guarantee can be given that this tip works with all blogs. For now, you should also try this first implementation on a test blog. If the test was successful, and the change is to be implemented then in the main blog, make a backup of the blog and the template (design) is to be made and these can then be uploaded as needed.
The solution is to share some code, and it is important to note that when changing the template (design), this step may be repeated.

Access to the HTML code in the old Blogger interface
  • at blogger.com log and seek appropriate Blog
  • Design >> Edit HTML

Access to the HTML code in the new Blogger interface
  • at blogger.com log and seek appropriate Blog
  • Live in the template >> Blog >> Edit HTML and seeing this message: "The HTML editing can affect the operation of some functions and is recommended only for advanced users. If you edit the HTML code of the template, this can have unforeseen effects on other Blogger features. We recommend first the template designer, where you can add in the "Advanced" CSS. "
  • but whoever wishes to make changes in the HTML code ignores this warning and click Continue

In both surfaces:
  • Check "widget templates show completely"
  • in both surfaces enable the site search (F3 or CTRL + F) and search for the following line:<data:post.commentLabelFull/>:
  • the first result is the yellow highlighted code is deleted


  • The following code will be inserted and "Save Template" then:
<b:if cond='data:post.numComments == 1'> 1 Comment <b:else/> <b:if cond='data:post.numComments 0'> == 0 Kommentare <b:else/> <data:post.numComments/> Kommentare </ b: if> </ b: if>




  • If needed, the words 1 " comment ", 0" comments "and (multiple)" Comments changed "(eg answer / answers, thoughts / opinions, etc.)
Reload the blog and the number of comments should be shown again:





By BlogSpot users that have this implementation works well, a brief comment would be great. For demonstration purposes, the functionality for other readers links to your own blog are welcome.

0 comments:

Post a Comment