Introduction
Hello,
Recently I have seen that the blogger has updated its comment scripts in CSS due to which there is a major issue in the comment system of Blogger.
As after this major bug the blogger forum was filled with these types of questions and the technical team was soon in contact with the bloggers were facing this type of problem.
So coming towards the problem let's start with a quick introduction of what is Blogger Comment System.
Blogger Comment System
Blogger comment allow your site users or visitors to share their views or contribution on your posts and when they cannot find the comment from then probably was not able to share his views to the post and may discourse a visitor from return to your blogger.
What's this New update bug?
So basically English new update when I user publishers are comment then it goes successfully and get published but it doesn't show in blogger.
That's why it is a contradictory part that many users are facing this problem.
The official support of blogger team had replied to the questions raised on the blogger forum whose links are given below :
The officials had replied to this query and they have provided the solution.
How to Fix New Comment System?
To fix the new comment system you have to follow below steps.
Step1: Take your theme backup🔴[Editing HTML so maybe any mistake can be done]
Step2: Click on Edit HTML [THEME SECTION].
Step3: Type CTRL+F and wow search the code (c => not c.inReplyTo)
and Change it with (c => not c.inReplyTo
or c.inReplyTo == 0)
Step4: Save the theme.
Yes you are done☺️
This was all.
Conclusion :
Also we have implemented this code but I think that blogger may have taken the steps and may have implemented this in their own script so we don't have to worry if this is going to be crashing with our code and just let it be.
Is there will be anything related to this comment fix then I will surely upgrade this post of often☺️.
Thanks