Adding Recent Posts widget on your blogger website brings more page views.
So, in this post I'm posting detailed process on how to add a Recent Posts widget on your blog.
Follow these steps carefully
1. Go to Settings > Layout > Click on "Add a gadget" . Remember to do this where you want Recent Posts widget to appear
2. A new pop-up window will open, now scroll down and select "HTML / Javascript" by pressing on the "+" sign
3. A new pop-up window will open, now in "Title" section write Recent Posts and in the "Content" section add the following code
On the above code replace "tricks.asia" with your website address
4. Click on "Save" and now visit your site
So, in this post I'm posting detailed process on how to add a Recent Posts widget on your blog.
Follow these steps carefully
1. Go to Settings > Layout > Click on "Add a gadget" . Remember to do this where you want Recent Posts widget to appear

2. A new pop-up window will open, now scroll down and select "HTML / Javascript" by pressing on the "+" sign
3. A new pop-up window will open, now in "Title" section write Recent Posts and in the "Content" section add the following code
<script>var numposts =10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script>Note - On the above code change the value "10" to show the number of posts in Recent Posts widget
<script src="http://tricks.asia/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp">
</script>
On the above code replace "tricks.asia" with your website address
4. Click on "Save" and now visit your site