Blogger Template | Wooden Wall



Wooden Wall is a three column blogger template with two right sidebars with post section to left.The theme is designed by templatelite and converted by me to blogger.The template contains very high quality images with many built in widgets inside it.Top menu links are ready for you.Search box is ready inside your blog with rss button to its right.Calender widget is ready inside the template,just make small date-header format settings to make it work which you will get with download link.Twitter status widget is also ready at top of blog,just need to put your username in it.

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







Template Installation



  • Top Menu Links

  • 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.

  • Twitter Status

  • 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&amp;count=1' type='text/javascript'/>


    Now Just replace YOUR-USER-NAME with your twitter username as its twice in above codes.

  • Date Format

  • Just Go to Blogger Settings > Formatting > Date Header Format and select the format as shown in picture below.


12 comments:

Asep sukarman said...

nice template, thanks for sharing. i can save this for colection, n i will a wait nice template are next

Esther Adaeze Ikoro said...

what if i want to add a picture above the page ? how would i do that

Texharp said...

I want to change the embedded links font color from that orange to something else. Where in the code do I need to edit?

Anshul said...

@tex
a {color:#F36F20;text-decoration: none;}
a:hover {color: #F36F20;text-decoration: underline;}

Geek377 said...

Dude great template. Just one question. Can I add more links to the menubar? Like Page 1, Page 2. I tried but it failed...

Anshul said...

@geek yes u can..

Lee Wai Wai said...

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!

Anshul said...

@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....

Lee Wai Wai said...

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!

Anshul said...

@lee not getting this #1 and #2 what saying exactly.

Lee Wai Wai said...

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.

Anshul said...

@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