Show Recent Posts Amongst Thumbnails For Item Label Or Category Inward Blogger

Sometimes nosotros desire to accept everything organized, so that our readers tin laissez passer on notice respect topics of involvement to a greater extent than easily. To hit this, instead of putting a widget amongst the latest posts, nosotros tin laissez passer on notice pose together the latest entries sorted past times category, so that we'll live able to demo the latest posts for each label nosotros desire together with too display a thumbnail for our category.

Sometimes nosotros desire to accept everything organized Show Recent Posts With Thumbnails For Particular Label or Category inward Blogger

To add together this recent posts widget for labels or categories inward a Blogger blog, follow the side past times side steps:

Recent Posts amongst Thumbnails Sorted past times Labels

Step 1. From your Blogger Dashboard, become to 'Template' together with click the 'Edit HTML' button


Step 2. Click anywhere within the code expanse together with search (CTRL + F) for this slice of code:
]]>

Just higher upward ]]>, glue this CSS style:
/* Recent posts past times labels
--------------------------------- */
img.label_thumb{
float:left;
margin-right:10px !important;
height:65px; /* Thumbnail superlative */
width:65px; /* Thumbnail width */
border: 1px enterprise #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_thumbs {
float: left;
width: 100%;
min-height: 70px;
margin: 0px 10px 2px 0px;
padding: 0;
}
ul#label_with_thumbs li {
padding:8px 0;
min-height:65px;
margin-bottom:0px;
border-bottom: 1px dotted #999999;
}

#label_with_thumbs li{
list-style: none ;
padding-left:0px !important;
}

#label_with_thumbs a { text-transform: uppercase;}
#label_with_thumbs rigid {padding-left:0px; }
Step 3. Now endeavour to respect this tag:
... simply higher upward add together this script:
Note: to add together your ain pic for the posts amongst no thumbnail, supersede the paradigm url inward bluish amongst your own

Update! For a ameliorate paradigm resolution add together this script higher upward the tag:
Now Save the template to complete amongst your changes.

So, what nosotros accept added, is the CSS to agency the widget together with the script to arrive work. Now all nosotros accept to produce is to add together the widget's code to the spider web log sidebar inward a HTML/JavaScript gadget:

Step 4. Go to Layout - click on Add a Gadget

Sometimes nosotros desire to accept everything organized Show Recent Posts With Thumbnails For Particular Label or Category inward Blogger

Step 5. From the pop-up window, select the HTML/Javascript widget together with glue this script within the empty box:


Note: Where it says Name-of-the-label should live the cite of the label that yous desire to display, together with if your label is instance sensitive, similar inward my example, so yous should type it that way.

Within the final code, at that topographic point are these parts which tin laissez passer on notice live customized - alter true with false or vice versa:
var numposts ← Number of posts to display
var showpostthumbnails ← Show/hide thumbnails
var displaymore ← Show or enshroud the read to a greater extent than link
var displayseparator ← Show/hide separator
var showcommentnum ← Show/hide the issue of comments
var showpostdate ← Show/hide the posts dates
var showpostsummary ← Show or non the posts summaries
var numchars ← Number of posts characters (here yous accept to alter the 100 value)
Remember that the gadget displays the latest posts from a item label... therefore, if yous desire to display the latest posts from other labels, repeat pace v for each additional category that yous desire to add.

That's it :) Enjoy!