If you want to increase the number of page impression, this widget might help you.The Random Posts Widget will show random posts you have added to your blog. The main advantages of this widget is that it is loading pretty fast and shows thumbnails of your posts too, along with the comments link.

How to add Random Posts Widget to Blogger
Step 1. Log in to Blogger Dashboard, go to >> Design >> Edit HTML
Step 2. Check "Expand Widget Templates"
Step 3. Find the following piece of code:
Save Template.
Step 5. Go to Design >> Page Elements and Add a new HTML/JavaScript Gadget
Step 6. In the HTML box, paste this code:
Step 7. Press Save and Enjoy :)
If you want to increase the number of page impression, this widget might help you.The Random Posts Widget will show random posts you have added to your blog. The main advantages of this widget is that it is loading pretty fast and shows thumbnails of your posts too, along with the comments link.
How to add Random Posts Widget to Blogger
Step 1. Log in to Blogger Dashboard, go to >> Design >> Edit HTML
Step 2. Check "Expand Widget Templates"
Step 3. Find the following piece of code:
]]>Step 4. Just above it, paste the code below :
#random-posts img{float:left;margin-right:10px;border:1px solid #999;background:#FFF;width:36px;height:36px;padding:3px}
Save Template.
Step 5. Go to Design >> Page Elements and Add a new HTML/JavaScript Gadget
Step 6. In the HTML box, paste this code:
Note: Replace no. 5 with the number of posts you want to be show.
var rdp_numposts=5;
var rdp_snippet_length=150;
var rdp_info='yes';
var rdp_comment='Comments';
var rdp_disable='Comments Disabled';
var rdp_current=[];var rdp_total_posts=0;var rdp_current=new Array(rdp_numposts);function totalposts(json){rdp_total_posts=json.feed.openSearch$totalResults.$t}document.write('
function random_posts(json){for(var i=0;i]*>/g,"");if(rdp_get_snippet.length ');document.write(' ');document.write('');if(rdp_info=='yes'){document.write(''+rdp_postdate.substring(8,10)+'/'+rdp_postdate.substring(5,7)+'/'+rdp_postdate.substring(0,4)+' - '+rdp_commentsNum)+''}document.write('')}};getvalue();for(var i=0;i
<\/script>')};
Step 7. Press Save and Enjoy :)

How to add Random Posts Widget to Blogger
Step 1. Log in to Blogger Dashboard, go to >> Design >> Edit HTML
Step 2. Check "Expand Widget Templates"
Step 3. Find the following piece of code:
]]>Step 4. Just above it, paste the code below :
#random-posts img{float:left;margin-right:10px;border:1px solid #999;background:#FFF;width:36px;height:36px;padding:3px}
Save Template.
Step 5. Go to Design >> Page Elements and Add a new HTML/JavaScript Gadget
Step 6. In the HTML box, paste this code:
Note: Replace no. 5 with the number of posts you want to be show.
var rdp_numposts=5;
var rdp_snippet_length=150;
var rdp_info='yes';
var rdp_comment='Comments';
var rdp_disable='Comments Disabled';
var rdp_current=[];var rdp_total_posts=0;var rdp_current=new Array(rdp_numposts);function totalposts(json){rdp_total_posts=json.feed.openSearch$totalResults.$t}document.write('
function random_posts(json){for(var i=0;i]*>/g,"");if(rdp_get_snippet.length ');document.write(' ');document.write('');if(rdp_info=='yes'){document.write(''+rdp_postdate.substring(8,10)+'/'+rdp_postdate.substring(5,7)+'/'+rdp_postdate.substring(0,4)+' - '+rdp_commentsNum)+''}document.write('')}};getvalue();for(var i=0;i
<\/script>')};
Step 7. Press Save and Enjoy :)
No Comment