Configure Top Menu:

<ul id='menuxaw'>

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

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

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

<ul class='submenux'>

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

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

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

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

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

Just replace "#" with your menu item URL.



Configure Social Icon:

<div id='rightnav'>

<a class='soicon facebookx' href='#' rel='nofollow' title='Facebook'>Facebook</a>

<a class='soicon twitterx' href='#' rel='nofollow' title='Twitter'>Twitter</a>

<a class='soicon googlex' href='#' rel='nofollow' title='Google+'>Google+</a>

<a class='soicon rssx' href='#' rel='nofollow' title='RSS'>RSS</a>

</div>

Just replace "#" with your menu Social URL.


Recent Post :
Copy This to HTML Widget..

<div id="recentpostxx"><span class="loadingxx">Loading...</span></div>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
rccpostsx({
numpostx:10,
thumbSize:65,
id_cintainrp:"#recentpostxx",
cmtext:"Comments",
contjumlah:100
});
});
//]]>
</script>




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({
numComments:10,
id_containrc:"#rcentcomnets",
avatarSize:65,
characters:100,
adminBlog:"Your Google+/blogger name here"
});
});
//]]>
</script>

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




Random Post:
Copy This to HTML Widget..

<div id="randompostxx"><span class="loadnya">Loading...</span></div>
<script type='text/javascript'>
//<![CDATA[
$(window).load(function(){
randompostx({
numposrdp: 10,
randomTitle: "Random Posts",
recentTitle: "Recent Posts",
id_containrdp: "#randompostxx",
randomxactive: true,
thumbSizerdp:140,
tagName:false,
});
});
//]]>
</script>


NB:
to show recent post just change randomxactive: false.
if want to show by tag/label just write the tag name in tagName.. ex: tagName:"Sports"
To make slide works min post 7.
