Posts

Showing posts with the label Condition

How To Show Only Post Thumbnails And Snippets In Blogger Blog Homepage

Image
  How To Show Only Post Thumbnails And Snippets In Blogger Blog Homepage Hi  Welcome to another tutorial, How To Show Only Post Thumbnails And Snippets In Blogger Blog Homepage in this   complete blogger blog tutorial   series. By default, blog post shows full on your blogger blog homepage with a number of it as preset. This makes your blog looks clumsy, not neat and visitors leave your blog site quickly. If you’re tired of those full, long unending post of your blogger homepage, then you’ve come to the right place, just follow the tutorial and you should be fine! We have covered a lot in this  full blogger blog tutorial  series, first, we look at  Blogger Review  to  How To Create A Blog On The Blogger.com Platform . We also learned  How To Create HTML Sitemap  Page for our blogger blog, in another tutorial, we’ve seen how to add  Contact Form In Blogger On A Page , from there we added  Twitter Card  To our blog....

How to use Conditional Tags on Blogger

Image
  How to use Conditional Tags on Blogger The Tags <!-- SEO Title Tag --> <b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.title/> - Find and Read Information</title></b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'><title><data:blog.pageName/> - <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == &quot;archive&quot;'><title><data:blog.pageName/> in <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == &quot;static_page&quot;'><title><data:blog.pageName/> - <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == &quot;index&quot;'><b:if cond='data:blog.searchLabel'><title><data:blog.pageName/> - <data:blog.title/></title></b:if></b:if> ...