Want to know how to hide specific images from blogger posts pages and to appear only in homepage? In this tutorial we’ll learn how we can do this! So let’s start hiding our images from posts pages:
Step 1.
If you are using the old Blogger interface:
- Go to Dashboard – Design – Edit HTML – Expand Widget Template (make a backup)
If you are using the new Blogger interface:
- Go to Dashboard – Template – Edit HTML – Proceed – Expand Widget Template (make a backup)
Step 2. Find (CTRL + F) this code in your template:
}]]></b:skin>
<b:if cond=’data:blog.pageType != "index"’>
<style>
.hidepic{
display: none;
}
</style>
</b:if>
<div class=”separator” style=”clear: both; text-align: center;”>
<a href=”http://2.bp.blogspot.com/-shsd_c51zRA/T6UeoPgcbII/AAAAAAAACCc/sYI6WB22CaM/s1600/fire_bird_by_fhrankee-d32af8v.png” imageanchor=”1″ style=”margin-left: 1em; margin-right: 1em;”><img border=”0″ height=”320″ src=”http://2.bp.blogspot.com/-shsd_c51zRA/T6UeoPgcbII/AAAAAAAACCc/sYI6WB22CaM/s320/fire_bird_by_fhrankee-d32af8v.png” width=”320″ /></a></div>
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com