1. GO TO SETTINGS/FORMAT AND SET THE HOUR HORMAT TO:
   Anda a Configuracin/Formato y cambia el formato de la hora a:

         Monday, October 26, 1009

2. GO TO DESIGN/HTML EDITION TO SETUP THE MENU AND THE RSS LINK. FIND THESE LINES:
   Anda a Diseo/Edicin de HTML para configurar el men y el enlace del feed. Encuentra estas lneas:

FOR THE MENU BAR:
Para el men:

        <li><a expr:href='data:blog.homepageUrl' title='Home'>Home</a></li>
        <li><a href='#' title='About'>About</a></li>
	<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' title='Posts RSS'>Posts RSS</a></li>
	<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;' title='Comments RSS'>Comments RSS</a></li>
	<li><a href='#' title='Edit this link'>Edit</a></li>

THE RSS LINK:
Para el enlace RSS:


        <a href='/feeds/posts/default'><img src='http://4.bp.blogspot.com/_V-IXTBBt1Bg/SuInLIjrooI/AAAAAAAABWQ/E5ZTT4fbHyM/s1600/rss.png'/> Subscribe</a>

REPLACE "/feeds/posts/default" by your Feedburner account link (if you have one).

Reemplaza "/feeds/posts/default" por el enlace de tu cuenta Feedburner, en caso de que tengas una y el texto "Subscribe" por el que quieras.
