Type Here to Get Gbeduseo Search Results !

How To Hide All Posts From Blogger Homepage

 How To Hide All Posts From Blogger Homepage?

How To Hide All Posts From Blogger Homepage

Method 1: Hiding All Posts From Homepage


Watch Video





Find this line of code in your blogger theme HTML section

Note: If you find 2 lines of codes replace all of them with the below code.


<b:include data='post' name='post'/>
Replace this line of code with the below code

<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:include data='post' name='post'/>
</b:if>

Save Template and you are done

Method-2: Hiding Specific Label


If you want to hide a specific label/category then replace the same line of code with the below code


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<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>

Note:
Don't forget to change 'add label here'

Replace with your 'label name' you want to hide.

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