Skip to main content

New Look and Some Hacks

The current blog interface use the template Rouders.

Googled and Some hacks are done after that:
  • Hide the top navigation bar
In Template tab, click Edit Current, and add the following code btween style
#b-navbar {
height:0px;
visibility:hidden;
display:none
}

  • Add Google Adsense
Apply account at https://www.google.com/adsense/. Copy/Paste the code into your current template.

  • Create the list of posts on current page
It is useful in case you have a lot of posts on every month. The visitor clicks the Archive of the month, and is able to select from the list. Add the following code on your template side bar.







  • Add Counter
I use SiteMeter (http://www.sitemeter.com/). Apply an account, and the site will insert the code for you automatically.

Comments