Para quem usa os templates by Dicas Blogger
Entre em editar HTML e marque “expandir modelos de widgets”
Dê um Crtl+F com o teclado e procure por:
<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
Substitua tudo por:
<b:include data='post' name='post'/> <b:if cond='data:blog.pageType == "static_page"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if> <b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.showThreadedComments'> <b:include data='post' name='threaded_comments'/> <b:else/> <b:include data='post' name='comments'/> </b:if> </b:if>
Visualize e salve. Veja como ficou no Dicas Blogger:
0 comentários:
Postar um comentário