How to Show Blogger Images only in Homepage and Hide from Post Page
Step 1: Go to Blogger Dashboard >> Template >> Edit Html
Step 2: Press CTRL+F and Search ]]></b:skin>
Step 3: Copy below code and Paste after ]]></b:skin>
<b:if cond='data:blog.pageType != "index"'>
<style>
.hideimage{
display: none;
}
</style>
</b:if>
Step 1: Go to Blogger Dashboard >> Template >> Edit Html
Step 2: Press CTRL+F and Search ]]></b:skin>
Step 3: Copy below code and Paste after ]]></b:skin>
<b:if cond='data:blog.pageType != "index"'>
<style>
.hideimage{
display: none;
}
</style>
</b:if>
Step 4: Save the Template
Step 5: Finally Every time while you will create a new post then add your image/picture first and then turn editor to Html or Simply after insert image turn editor to html and place this highlighted code here hideimage . like this <img class="hideimage" src=" " >
___________________________
How to Hide Labels on Posts | Blogger
Simply Add below code in Css editor
.post-label, .post-labels {display: none !important;}
_________________
Post a Comment
0Comments