Show Recent Posts With Thumbnails For Particular Label or Category in Blogger
tmirror
Show Recent Posts With Thumbnails For Particular Label or Category in Blogger
Sometimes we want to have everything organized, so that our readers can find topics of interest more easily. To accomplish this, instead of putting a widget with the latest posts, we can put together the latest entries sorted by category, so that we'll be able to show the latest posts for each label we want and also display a thumbnail for our category.
To add this recent posts widget for labels or categories in a Blogger blog, follow the next steps:
Recent Posts with Thumbnails Sorted by Labels Step 1. From your Blogger Dashboard , go to 'Template' and click the 'Edit HTML' button Step 2. Click anywhere inside the code area and search (CTRL + F) for this piece of code: ]]></b:skin>
Just above ]]></b:skin> , paste this CSS style:
/* Recent posts by labels
--------------------------------- */
img.label_thumb{
float:left;
margin-right:10px !important;
height:65px; /* Thumbnail height */
width:65px; /* Thumbnail width */
border: 1px solid #fff;
-webkit-b…