How To Hide All Posts From Blogger Homepage?
Method 1: Hiding All Posts From Homepage
Watch Video
Note: If you find 2 lines of codes replace all of them with the below code.
<b:include data='post' name='post'/>
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:include data='post' name='post'/>
</b:if>
Method-2: Hiding Specific Label
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == "true"'>
<b:if cond='data:label.name != "add label here"'>
<b:include data='post' name='post' />
</b:if>
</b:if>
</b:loop>
<b:else/>
<b:include data='post' name='post' />
</b:if>
Conclusion
💖 thank you so much for visiting our site, i hope you ve found value in this post How To Hide All Posts From Blogger Homepage.and if so, Please subscribe,like our pages and also share it with your friends and follow our blog for more updates like this.
if you face any problems or issues regarding our website or have any question,suggestion,contribution or make a report. Please feel free to ask us in the comments section below or Contact us via contact us page