Wordpress Theme – Silver Light

Silver Light is a 2 columns and Widget-ready theme. Based on Simple La Bob and VersiMelayu theme. Simple, clean and easy you to modify. 600px size for entry and 320px size for a sidebar.
Next theme I’ll create according to poll. Please vote the poll to give me some ideas. Also discuss with me using the comment box below.
Local View – Test Run | Download
Themes.Wordpress.Net – Theme Info | Test Run | Download



































@Andre:- For the comments to display on your page, just open page.php file and add this code where ever you want to show the comments. :-
< ?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?>@Andre:- ah, i already found (in the forum) how to enable comments on posts. thanks again!
@Jai:- Sorry, i’d like to say “page comments”, not “page posts”.
And a lot of thanks for the help!
@Andre:- What do you mean by page posts ?
And for Gravatar support to the theme, open up comments.php from the theme folder and find this line :-
< ?php comment_text() ?>Replace this with the following code :-
< ?php
if (get_bloginfo('version')>=2.5)
{ echo get_avatar( $comment->comment_author_email, $size = '50', $comment->comment_author_link); }
?>
< ?php comment_text() ?>
Now, add the following code to your style.css file :-
.gravs {margin-top:20px;}.avatar {float:left; margin-right:5px; margin-bottom:5px; padding:3px; border:1px solid #999999;}
Voila! You got gravatars
Great work on the theme!
But i’d apreciate some help: is there a way to enable page posts? and gravatar?
Both are enabled on wordpress configuration, but they don’t work properly with the theme.
Thanks!
@Steven – lol, you’re right! When I just added one widget it looked like it blew the whole design of the sidebar… but it actually works
)
@mimi –
Does the theme add anything except what is possible with the widgets? I just built sidebar 2 with what was available… see http://www.tidplus.net
@Jai – Bummer! I thought it was possible to combine them (like… the widget above and then the theme sidebar beneath). But thanks for the quick reply.
@mimi – That’s because the widgets override the default content in the sidebar. So either you can keep the default content or use widgets to reproduce your sidebars as you want.
@ashwin –
When I put a widget on sidebar 2 as you say (e.g. calendar), the complete sidebar of the theme is erased and only the widget stays…
Any ideas?
M.