Template Changes

Below Change is to hide the NavBar (right after the b:skin tag):
/* aaron  added below script */
/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}
/*

This section hides the links to newer posts:

<!-- aaron commented out
     <span id='blog-pager-newer-link'>
        <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/>
        </a>
     </span>
-->

This section hides the links to older posts:

<!-- aaron commented out
     <span id='blog-pager-older-link'>
        <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/>
        </a>
     </span>
-->

This section hides the message about which label has been selected:

<!-- aaron commented out
     <div class='status-msg-wrap'>
        <div class='status-msg-body'>
           <data:navMessage/>
        </div>
        <div class='status-msg-border'>
           <div class='status-msg-bg'>
              <div class='status-msg-hidden'>
                 <data:navMessage/>
              </div>
           </div>
        </div>
     </div>
-->
ALTERNATELY, you can replace the message by commenting out the line: <data:navMessage/> and replacing it with what ever text you like.


This section adds another element to the header:

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Change maxwidgets to 2, or to whatever number you need.

To remove the little wrench icons:

Paste the following code between the <b:skin> tags:
.quickedit{display:none;}