1. Creat Header Banner :
Normal Thesis no banner that you own design and put it up. However, to do this, you should use the correct procedure and you prefer to use CSS as below.
Insert the following code into the file custom.css folder Custom :
.custom #header #logo a { display: block; height: 165px; width: 1052px; background: url(http://eblogviet.com/logo.jpg) no-repeat; outline: none; } .custom #header #logo, .custom #header #tagline { text-indent: -9999px; } .custom #header #tagline { height: 0; } .custom #header {border-bottom:none; padding:0} .custom #header { padding: 0; }
Edit link http://maketip.net/logo.jpg to your banner and edit size 65px and 1052px the size that you set for your blog to match.
2. Create and change border, background for Thesis
Thesis in version 1.6, the background color changes much simpler when you can change the color within the Design Options. However, to meet all of you are using Thesis from April 1 to June 1, the procedure may create its own color and contour similar Maketip are using.
Insert the following code into the file custom.css folder Custom :
body.custom { background: #2B2A2A; } .custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #dddddd; } .custom #page { background: #ffffff; }
For contour display properly, you in the Design Options -> Framework Options -> Page Framework is ok.
3. Create a different color for the author’s comment:
To color the comment author’s other articles with the colors of the commentators often, you just insert the following code into the file custom.css
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; } .custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;} .custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}
4. Created author box for each author:
If you have more than one author or you are just showing a box that contains information such as number of articles of the author, title, URL and more will make your blog more Pro. Maketip also use this feature instead of using the normal text under each article.
Insert the following code into the file custom.css folder Custom :
.custom #comments { clear: both; } .postauthor { background: #E6DB55; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; } .postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; } .postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; } .postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; } .postauthor p.hlight { font-size: 11px; text-transform: uppercase; } .postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
.socialmedia { background: #33CC99; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;} .socialmedia p { color: #ffffff; font-size: 1.3em;}
Next you insert the following code to the file custom_funtions.php in the folder Custom:
function post_footer() {
if (is_single())
{
?>
<div><p><strong>New Post :</strong> <strong><a rel="nofollow" href="http://twitter.com/home/?status=<?php the_title(); ?> - http://maketip.net/?p=<?php the_ID(); ?>">Twitter</a> | <a rel="nofollow" href="http://www.facebook.com/sharer.php">Facebook </a> | <a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>">Stumble </a> | <a rel="nofollow" href="http://www.digg.com/submit?phase=2&url=<?php the_permalink() ?>">Digg </a> </strong></p></div>
<div>
<?php echo get_avatar( get_the_author_id() , 120 ); ?>
<h4>The Author: <a href="<?php the_author_url(); ?>">
<?php the_author_firstname(); ?> <?php the_author_lastname(); ?></a></h4>
<p><?php the_author_firstname(); ?> Posted : <strong><?php the_author_posts(); ?></strong> Description. <?php the_author_description(); ?></p><p> If you like this article make sure you also interested in other posts. Sign up information Feeds via <a href="http://feeds2.feedburner.com/maketip"/>RSS</a> or <a href="http://feedburner.google.com/fb/a/mailverify?uri=maketip"/>Email</a> For read News easy.</p>
</div>
<?php
}
}
add_action('thesis_hook_after_post_box', 'post_footer');
Then save the above is ok Maketip are shown.
5. Make post of CommentLuv prominent:
As you can see, the commentator to help introduce their all new postings of the blog readers to comment on the Maketip, you have to use CommentLuv plugin. However, the default background is not very attractive officers should make it more soft and the more prominent.
To do that, you insert the following code to the file custom.css in the folder Custom :
.cluv {display:block; padding:8px;border: 1px solid #E1E1E0; background: #F5F5F5; text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-top: 15px;}
.custom #comments abbr {display:block; padding:8px;border: 1px solid #E1E1E0; background: #F5F5F5; text-transform: none; font-style: normal; letter-spacing: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-top: 15px;}
You can edit the color # F5F5F5 to color that you like.
6. Show gravatar author’s right the title article:
If you have more than one author as the Maketip feature is also used by any reader will recognize the right to see who is writing. This feature will automatically get avatar from your gravatar account. You should have gravatar to use this feature, can see more tutorials on registration of your gravatar introduced a long time.
Insert the following code into the file custom.css folder Custom :
.custom .headline_area .avatar {float:left; border:3px solid #ddd; margin-right:1em;}
Next you insert the following code to the file custom_funtions.php in the folder Custom:
function author_avatar() {
echo get_avatar( get_the_author_id(), 40 );
}
add_action('thesis_hook_before_headline', 'author_avatar');

Dougles on February 26, 2010
Hola,
En la carga de antivirus mi pбgina de poner alerta, por favor de verificaciуn.
Gracias
.
Arkadii on March 29, 2010
comment…
Приятно читать блог…
Buy Cialis on April 16, 2010
alarmingly cadila domino moore defining microgene colspan interface universities redetthe byetoday
ultrasound technician on May 3, 2010
Keep posting stuff like this i really like it
nba Jerseys on May 24, 2010
nice to be here…. thanks for share