New Blogger Themes | Professional Blogspot Templates

NewBloggerThemes.com
Free Blogger Templates for your blog. Download New Blogger Themes,Professional XML Blogspot Templates with in 1, 2 or 3 columns layouts for Free.
Premium Blogger Templates

How to Enable Google+ Comments in Blogger

When you enable Google Plus comments in Blogger settings, Can't you see Google Plus comment box and not displaying default Blogger comments also? this tutorial will help you to fix that problem.

Note: Please backup your blogger template first before doing any changes.

Now go to "Edit HTML".

Find this:

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  <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 == &quot;item&quot;'>
  <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>

Note: You will see above code 2 times.

Replace each above code with the code given below:

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  <b:include data='post' name='comment_picker'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <b:include data='post' name='comment_picker'/>
</b:if>

Save your template and refresh your site.

Google Plus Comments

You can see Google Plus comments is working on your blog now.

Featured Blogger Themes

These Blogger Themes are compatible with "Blogger Template Designer" (you can change the background, colors and fonts easily without editing HTML) and are optimized for search engines.