Login to your Blogger Account.
Go to Dashboard, Edit Layout, Page Element.
Add a Gadget, and Add Feed.
Enter Feed Url :
For Recent Posts : http:// blogname.blogspot.com/feeds/posts/default
For Recent Comments : http:// blogname.blogspot.com/feeds/comments/default
Make sure you replace blogname with your actual blog url.
You can change the title with Recent Posts and Recent Comments.
Save and Done.
Note: Sometime you need to wait ...
Please Login to your Blogger Account, and go to Dashboard, Layout, and Edit HTML.
Because we will edit the HTML code, you need to create a back up for your template, click Download Full Template.
Check Expand Widget Template
Now, find this code : <div class='post-body'> or <div class='post-body entry-content'>
Copy paste this code under the code above :
...
I usually hide the Blogger Bar at My Template with this code :
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
But, If you want to show up the Blogger Bar, you must delete that code and the bar will appears again.
Sometime i found good and useful template with 1024x768 (or higher) have a cut off page element at right side.
This is make difficult to edit. To edit the cut off right side, you can scroll the horizontal scrollbar at the bottom page if you using IE Browser. But if you using Firefox, sometime ...