How To Add Display Blogger Comments in Blogger Website

Hello all on this occasion I will share how to display blogger comments on a static page. 

In most of today's blogger templates, the comments column on static pages is intentionally omitted by template designers, because static pages usually only use them to create contact, about, disclaimer, privacy, etc. pages. Of course there is no need for a comment field.

To display the comment field on a static page, actually you only need to change the conditional tag for those who understand coding, but for those who don't understand it might be a little difficult. 

ok for those of you who want to display the comment column on a static page, let's see how below.

How To Show Blogger Comments On Static Pages

Please go to blogger select it tema and edit html use ctrl+f find a code like data:post.allowComments' data='post' more or less the whole code will look like below, because each template may have a different code, you can look for a similar / similar code.

<b:include cond='data:view.isPost and data:post.allowComments' data='post' name='threadedComments-modifV3'/>(code-box)

<b:include cond='data:blog.pageType == &quot;item&quot; and data:post.allowComments' data='post' name='threadedComments-modifV3'/>(code-box)

in the example above there are 2 conditional tags that I have marked, the first code is the new conditional tag and the second is the old conditional tag. because it could be that your template is still using the old conditional tag or already using the new one.

now you just need to replace the conditional tags that I have marked like data:view.isPost or data:blog.pageType == "item"; be data:view.isSingleItem or data:blog.pageType in ["item", "static_page"]

if you have, please click save, ok so that's how to display blogger comments on a static page, hopefully it will be useful and thank you for visiting.

Post a Comment

Previous Post Next Post

Contact Form