Other blogger templates you may like are Note Paper and Rustic Portrait.

Template Installation
- Top Menu Links
- Twitter Status
- Date Format
Find Below Codes.
<div id='menubar'>
<ul id='menu'>
<li><a href='#' title='Page 1'>Page 1</a>
<ul>
<li><a href='#' title='Page child'>Page child</a>
<ul>
<li><a href='#' title='Page child 2'>Page child 2</a></li>
</ul>
</li>
</ul>
</li>
<li><a href='#' title='Page 2'>Page 2</a></li>
</ul>
</div>
Just Edit # with your links and also the linking text with yours.
Find Below Codes.
<a class='twitter' href='http://www.twitter.com/YOUR-USER-NAME' title='Follow me'/><ul id='twitter_update_list'><li/></ul><script src='http://twitter.com/javascripts/blogger.js' type='text/javascript'/><script src='http://twitter.com/statuses/user_timeline/YOUR-USER-NAME .json?callback=twitterCallback2&count=1' type='text/javascript'/>
Now Just replace YOUR-USER-NAME with your twitter username as its twice in above codes.
Just Go to Blogger Settings > Formatting > Date Header Format and select the format as shown in picture below.







12 comments:
nice template, thanks for sharing. i can save this for colection, n i will a wait nice template are next
what if i want to add a picture above the page ? how would i do that
I want to change the embedded links font color from that orange to something else. Where in the code do I need to edit?
@tex
a {color:#F36F20;text-decoration: none;}
a:hover {color: #F36F20;text-decoration: underline;}
Dude great template. Just one question. Can I add more links to the menubar? Like Page 1, Page 2. I tried but it failed...
@geek yes u can..
Hi Anshul!
Thanks so much for this template!
I need your help.
1. I would like to have a timestamp to each of my blogpost.. Maybe have it after the author name that says, "at ". Now, it is not showing. What should I do? I have already marked the checkbox in the pop-up from page element.
2. I would like to change the font for the phrase at the bottom of my blogpost. E.g. Category: Food, Movie.. How do I do that?
Thanks!
@lee it all can be done but me dont know how to tell u now each and every code explaination on how to do it... that is difficult for me....
Hi Anshul,
I changed the font-size for #2, after a lot of trials and errors. :)
As for #1, would you be able to provide me the codes for it to work? I'll figure out where to place them.. I mean, I'll try. :)
I tried with the codes I found online, but it's running all over the place..
I would like to add "at " after the author name.
Hope you can help. Thanks!
@lee not getting this #1 and #2 what saying exactly.
Basically, I would like to show time for all my blog posts.
But I do not know how to code it. I have searched for the code online, but none worked. So I hope that you can provide me with the codes and I will try to figure out where to place them myself.
I want to show time after the author name. E.g. Lee Wai Wai at 7:08 PM.
@lee expand your codes and find the code
<div class='post_author'><data:post.author/> </div>
and replace with below.
<div class='post_author'><data:post.author/> at <data:post.timestamp/> </div>
Post a Comment