Recent Comments
Copy This to HTML Widget..

<div id="rcentcomnets"><span class="loadingxx">Loading..</span></div>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
rccommnetsx({adminBlog: 'Your Google+/blogger name here', numComments: 7});
});
//]]>
</script>


NB:
adminBlog is your blogger or google+ name with '' ex: adminBlog: 'Steve Brush'
numComments is number of recent comment you want to show

 


Configure Menu with Dropdown:
Login to blogger dashboard --> layout --> Edit HTML
Now scroll down to where you see the codes below:


<ul>
<li><a href='#'>Home</a></li>

<li><a href='#'>About</a></li>

<li><a href='#'>Archive</a></li>
<li><a href='#'>Comments</a></li>

<li><a class='dgnsub' href='#'>With Sub Menu</a>

<ul class='subx'>

<li><a href='#'>Sub Menu 1</a></li>

<li><a href='#'>Sub Menu 2</a></li>

<li><a href='#'>Sub Menu 3</a></li>

</ul>
</li>
</ul>


Just replace "#" with your menu item URL.

