1. BLOG SUSCRIPTION GADGET

You need to set up the links. You'll find these lines of code in Layout/Edit HTML.



<h2>Blog Subscription</h2>
<ul id='subscription'>

      <li>
        
        <a href='YOUR-TWITTER-LINK'><img alt='Twitter' src='http://3.bp.blogspot.com/_V-IXTBBt1Bg/S2EPSiEpcEI/AAAAAAAABeE/MXUSiyjjZdg/s1600/twitter.png'/></a>
        <h4><a href='YOUR-TWITTER-LINK'>Follow me</a></h4>
        <p>You can follow my updates on Twitter</p>

      </li>

      <li>
        
        <a href='YOUR-RSS-LINK'><img alt='RSS' src='http://2.bp.blogspot.com/_V-IXTBBt1Bg/S2EPSHfKb1I/AAAAAAAABd8/OptpAkCfDLw/s1600/rss.png'/></a>
        <h4><a href='YOUR-RSS-LINK'>Posts RSS</a></h4>
        <p>Read my full posts on your favorite feed reader</p>
      </li>
<li>
        
        <a href='YOUR-FACEBOOK-LINK'><img alt='Facebook' src='http://1.bp.blogspot.com/_V-IXTBBt1Bg/S2EPS3Yy_OI/AAAAAAAABeM/dv0qozWzsQE/s1600/facebook.png'/></a>
        <h4><a href='YOUR-FACEBOOK-LINK'>Facebook</a></h4>
        <p>Become a <data:blog.title/> fan on Facebook</p>
      </li>
    </ul>





------------------------------------------------------------------------------------------------------

2. SLIDER

You'll need to replace the sample text and every "#" by the link to every featured post and the link to the image you want to show. All images must be 600x240 px.




<div class='post'>
<ul class="slideshow">
	<li><a href="#"><img src="#" width="600" height="240" title="Lorem ipsum dolor sit amet" alt="Ea eam labores imperdiet, apeirian democritum ei nam, doming neglegentur ad vis. Ne malorum ceteros feugait quo, ius ea liber offendit placerat, est habemus aliquyam legendos id." /></a></li>
	<li><a href="#"><img src="#" width="600" height="240" title="Lorem ipsum dolor sit amet" alt="Ea eam labores imperdiet, apeirian democritum ei nam, doming neglegentur ad vis. Ne malorum ceteros feugait quo, ius ea liber offendit placerat, est habemus aliquyam legendos id." /></a></li>
	<li><a href="#"><img src="#" width="600" height="240" title="Lorem ipsum dolor sit amet" alt="Ea eam labores imperdiet, apeirian democritum ei nam, doming neglegentur ad vis. Ne malorum ceteros feugait quo, ius ea liber offendit placerat, est habemus aliquyam legendos id." /></a></li>
</ul>
</div>



------------------------------------------------------------------------------------------------------

2. MENU INFERIOR

It's a list list gadget that you can set up from Layout/Page elements (it is called "Menu-Bottom"). The top menu is automatic.