2017-05-22

[Blogger] Add something only shows on Home Page

If you want to add something(ex. Slideshow) to blogger theme, but you only want it shows on Home Page, you cant wrap the code you add by the following tag....




<b:if cond='data:view.isHomepage'>

<!-- add your code here -->
<!-- only shows on Blogger Home Page -->

</b:if>