Show Recent Posts With Thumbnails For Particular Label or Category in Blogger
To add this Latest Posts widget to a label or category on a Blogger blog, follow these steps:
Recent posts with thumbnails sorted by label
Step 1: Go to the Template section of the Blogger Dashboard and click the Edit HTML button.Step 2. Click anywhere in the code area and find (CTRL+F) this piece of code:
]]>
Directly above ]]> , paste this CSS style:
/* Recent posts by tagStep 3. Now try to find this tag:
---------------------------------- */
imm. thumb_label{
Swimmer: left;
Right margin: 10px !important;
Height: 65px; /* sketch height */
Width: 65px; /* Sketch width */
border: 1px solid #fff;
- Webkit border radius: 10px;
-moz border radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
#label_with_thumb {
Swimmer: left;
Width: 100%;
Minimum height: 70px;
Margins: 0px 10px 2px 0px;
Warehouse: 0;
}
ul#label_with_thumb li {
padding: 8px 0;
Minimum height: 65px;
bottom margin: 0px;
bottom border: 1 pixel with dot #999999;
}
#label_with_thumbs whether {
list style: no;
padding-left:0px !important;
}
#label_with_thumbs a {text conversion: uppercase;}
strong #label_with_thumbs { padding-left:0px; }
...right above add this script:
Note. To add your own photo to posts without a thumbnail, replace the blue image URL with your own.
Extend! For better image resolution add this script above
Post a Comment for "Show Recent Posts With Thumbnails For Particular Label or Category in Blogger"