Customize and Style Blogger Popular Post Widget

Do you want to alter your Blogger’s Popular Posts Widget to make it more prominent and attractive for your visitors? Having a Popular Posts Widget in the sidebar has numberless advantages. It helps new visitors to pick those articles that are most trending on a website and most especially it help you SEO. However, Blogger’s Built-in Popular posts widget is not that much attention-grabbing in terms of designing and displaying.
Therefore, if you wish to transform your Popular Posts widget into a masterpiece then, you have to rely on CSS Style sheets.
The Steps are extremely straightforward so you can easily customize your widget without facing any problem what so every. Just follow the following instructions.

  • Go To Blogger >> Your Blog >> Layout.
  • Add a Gadget >> Now within the list of widget look for “Popular Posts” and select it.
  • Now match the settings which are shown in the screenshot below.
popular post 2

  • Select “Last 7 Days” (Weekly).
  • Make sure you check the “Image Thumbnail” and “Snippet” because we need to display Small images along the trendy article, this will add more spice to your site.
  • You can display up to 10 trendy articles, but we would recommend you to select 7 from the Drop down list.
  • Now go ahead and Save the widget and that’s it we have successfully integrated a Popular Post widget.

Stylizing Blogger Popular Post Widget:

  • Once again go to Blogger >> Template >> (Create a backup in case anything went wrong).
  • Select Edit HTML >> Proceed.
  • Now with in the Template Search for ]]></b:skin> (CTRL+F Shortcut to quick search) and just above it paste the following CSS Coding.
.popular-posts ul{padding-left:0px;}
.popular-posts ul li {background: #FFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiakcu7PvGoYm7ndaeYSaC6FP4QFTAlv_8cUT5-rBQBoAV29VfOkXqE9Mc_1zGd5E4kZKhqz_-HeTR1gkz5Yho7XPhKX-TQfLiLyPZkoSIw3ePTEQdVqIdk5RGl4aIzZZFAOWt8yXX3epE/s1600/1.gif)  no-repeat scroll 5px 10px;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 20px !important;
border: 1px solid #ddd;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.popular-posts ul
li:hover {
border:1px solid #6BB5FF;
}
.popular-posts ul
li a:hover {
text-decoration:none;
}
.popular-posts .item-thumbnail img {
webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
Finally, Press the Save Template button and you have successfully customized your y post widget. Now visit your site and enjoy the picture perfect results.

Comments