How to Add Popular Post Snippets for Soho Blogger Theme

Learn how to AMP'd your blog with valid AMP HTML Blogger theme framework. Visit Blogr-AMP Theme and AMPaction Theme. No 3rd party application. Compatible with published posts. Quick in search & on any devices.
By default Blogger responsive themes like Soho does not display Popular Posts snippets, even though the snippets settings have been selected at Layout panel Popular Posts gadget setting window.

In this article, we will show you how to add the Blogger popular post snippets while still be able to use the widget settings at Blogger Layout panel.

Blogger soho theme add popular post snippets

Add Post Snippets for Popular Post Widget


  • Backup your current theme beforehand.
  • Go to Theme > Edit HTML
  • Click Jump To Widget > select PopularPost*
  • Expand <b:includable id='snippetedPostContent'>
  • Find these pieces of markups...

  <b:include cond='data:this.postDisplay.showTitle' name='snippetedPostTitle'/>
  <div class='post-footer'>
    <b:include name='footerBylines'/>
  </div>

  • Replace the above as follows...


  <b:include cond='data:this.postDisplay.showTitle' name='snippetedPostTitle'/>
  <b:eval expr='data:this.postDisplay.showSnippet ? snippet(data:post.body, {length: 160}) : ""'/>
  <div class='post-footer'>
    <b:include name='footerBylines'/>
  </div>

  • Click Save Theme
  • Preview your blog.

Replace 160 to the required amount of characters to display Popular Post snippetized texts.

New shopping cart widget for Blogger blogs -- transform your blog & sell products using your blog posts instantly! Visit Add Shopping Cart Widget Page to learn more.

Interesting Related to this Topic at Irsah inDesigns Blog

Got It!

Data submitted via comments collected & stored by the respective providers.

Read our Privacy Policy to learn more on data management & protection.

DISQUS With Us!