You can download the original theme in here.
I have made it custom or remix it..
Here is my changelog :
on 4th December 2008
Main cause of change :
- Support to Gravatar in comment area.
- Add class wp_caption in css.
- Remove border of smilies in post area.
Download here.
on 28th November 2008
Main cause of change :
- Make list in sidebar widget tidier : edit style.css
- Replace : replace : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949; padding:3px;}
with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;}
- Fixed tag label attribute in comments.php to satisfy XHTML validator.
- replace : <label for="author">
with : <label for="texttt1">
- replace : <label for="email">
with : <label for="texttt2">
- replace : <label for="url">
with : <abel for="texttt3">
Download here.
on 10th August 2008
Fixed bug : Fatal error: Call to undefined function: wp_pagebar() when in searching.
Download here.
on 21st July 2008
Main cause of change :
- add link to post info comment
- change behaviour of edit_post_link and edit_comment_link
- Invalid id tag in comment form
Previous :
First, user can not click post info in comment section. If there is a comment, user must click post title. This is shortcut.
Second, for admin, there is | before edit this link. This | char is inside first argument, not the second.
Present : User can click post info in comment section. | char is inside second argument.
- Edit index.php
- Edit in this section -> <p class=”info”>
- Edit comments.php
- Edit in this section -> edit_comment_link
- Edit to many id="teexttt"
Download here.
on 19th July 2008
Main cause of change : more than one link in sidebar
Previous : If there are more than one links in one <li> tag in sidebar, they displayed in separate line, because of css : display:block;.
Present : They display inline. li:hover replaces a:hover. a:hover is default using underline now.
- fixed sidebar design in style.css
- replace : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 195px;}
with : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 194px; padding: 3px;}
- replace : div#page div#main div#rightside div.box ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
with : div#page div#main div#rightside div.box ul li a{width: 194px; color: #494949; padding: 3px}
- remove : div#page div#main div#rightside div.box ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
replacement : div#page div#main div#rightside div.box ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0; padding: 3px;}
- replace : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 195px;}
with : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 194px;padding: 3px;}
- replace : div#page div#main div#rightside ul#sidebar li ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;padding: 3px;}
- remove : div#page div#main div#rightside ul#sidebar li ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
replacement : div#page div#main div#rightside ul#sidebar li ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0;padding: 3px;}
- Place design inside folder named : livetr-theme-110-Remix19072008.
- Compress folder with zip.
Download here.
on 29th June 2008
- Remove sql query counter from footer.
- Remove background picture.
- Add background-color in css. background-color:#C8C8C8
- Modify sidebar.php :
- Maintain box : about.
- Recode sidebar.php to make it widget friendly : [base on : Widgetizing Themes]
- Make sidebar.php tidier.
- Move the other box in if control structure. Check for dynamic_sidebar() function.
- Add function.php
- h2 css add with : border-bottom: 1px #E9E7E2 solid;
- p add with : text-align:justify;
- Modifiy css div.box to ul#sidebar li
- Add link : valid xhtml 1.0 and calid css in footer.
- Modify index.php :
- Add | in front of edit link.
- Remove | in front of original edit link.
- Add meta tag : author and description
- Add logo.
Download here.