TrickPk.com - Some Blogger users experienced problems with the comments widget in April 2022. Especially for those who use the Median UI 1.5 and Median UI 1.6 templates. Where the comment column becomes an error and does not appear as it should.
This problem is none other than caused by the latest Blogger update made by Google. I have discussed this in a previous post entitled: Comment Column Median UI Error Template. This is the cause.
Thankfully, the problem with the blogger comments feature can be overcome without having to replace blogger comments with Disqus or Facebook. You can follow the tutorial below.
How to Overcome the Error Blogger Comment Column
Open Blogger Dashboard
Click Theme
Press the Inverted Triangle icon
Select Edit HTML
Press Ctrl + F
Search code
Then add the following code at the end
The result is like this
Save Theme.
c => not c.inReplyTo
or c.inReplyTo == 0
c => not c.inReplyTo or c.inReplyTo == 0
That's how to deal with blogger comments that don't appear in the Median UI template or in other Blogger templates that are experiencing the same problem. May be useful.