- Patsy
- Patsy
- Shubham | Techcrank
- Lee Hughes
- Matt Langford
- Tech Maish
- Matt Langford
- ken
- Matt Langford
- Riddhi Mohan
- Rajesh Kanuri
- Matt Langford
- goldenblogger
- ADSL Viettel
- Fati
- Matt Langford
- ilovearches
- Grany
- Matt Langford
- Work at Home Make Money Online
- NHE
- Matt Langford
- Srihari Padmanabhan
- Harsh Agrawal
- Matt Langford
- Compute Live
- Suneel
- flowers
- Matt Langford
- Berin Szoka
- sondan
- sondan
- Matt Langford
- sondan
- Matt Langford
- sondan
- Matt Langford
- Avinash
- Matt Langford
- jangeronimo
- Matt Langford
- jangeronimo
- Matt Langford
- jangeronimo
- jangeronimo
- Avinash
- Avinash
- Matt Langford
- Avinash
- Matt Langford
- Berin Szoka
- Matt Langford
- Avinash
- Matt Langford
- Avinash
- Matt Langford
- JD
- Matt Langford
- Kate Foy
- P.K.ARUN
- Emily
- Josh
- Matt Langford
- MoneyEnergy
- Matt Langford
- James Mann
- George Serradinho
- George Serradinho
- RowdyKittens
- Matt Langford
- Matt Langford
- RowdyKittens
- Ari Herzog
- Matt Langford
- John Ankarström
Previous post: 12 Questions with Alex Fraiser of Blogussion.com
Next post: Cowboys TE Martellus Bennett Discovers Dinosaurs!

3 Easy and Highly Requested Thesis Theme Tutorials
by Matt Langford on May 5, 2009 · Comments
Due to the popularity of my 10 Ways to Customize Thesis and Tabbed Widget for Thesis Theme posts, I decided to offer a few more easy ways to customize the greatest Wordpress theme known to man (or God, apparently).
If you are a Wordpress user without Thesis, then you should definitely consider purchasing what is easily the most customizable and flexible theme available.
1. Better Backgrounds for Author Replies in Comments
In the recently released Thesis 1.5, support for threaded comments was added. By default, all main author comments have a light blue background to differentiate them from reader comments. Unfortunately, if you were to reply to a reader comment, there is only a blue line to the left of your author comment.
This little bit of CSS (place in custom.css) will make all comments by the author have the same blue background:
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}2. Insert TweetMeMe Button Without a Plugin
If you would like to insert the TweetMeMe button (as seen on right) automatically into every new post you create, simply put the following code in custom_functions.php:
function author_avatar() { if (is_single()) { echo '<div style="float:right; padding-left: 5px;"><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div>'; } } add_action('thesis_hook_before_headline', 'author_avatar');You can modify the last line in the php to choose the exact placement on your post. You can edit the inline CSS to finetune the positioning.
3. Change the Reply text in Threaded Comments to a Button
If you would like the Reply text in your Thesis Threaded Comments to be more prominent, you can change it to a button using only CSS. To easily accomplish this, simply add the following code to custom.css and change to your liking:
.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;}If you would like to see more tutorials, please let me know in the comments. Also, if you have any problems or questions, don’t hesitate to ask for help!
Related Posts: