Creating Selectable Custom Templates in Thesis

http://www.byobwebsite.com/06/thesis-forum-answers/how-to-create-user-selectable-custom-templates-in-thesis/

Creating Context Sensitive SideBars in Thesis

http://www.byobwebsite.com/01/thesis-forum-answers/how-to-create-context-sensitive-sidebars-in-thesis/

Teasers One Across Instead of Two

http://diythemes.com/thesis/rtfm/customize-teasers/

Custom Thesis teasers
This provides a teaser, with content from a custom feild, or the excerpt if no field exists. Everything except the title and edit link need to be turned off in the options.

http://snipplr.com/view/14521/custom-thesis-teasers/

http://diythemes.com/thesis/rtfm/

http://diythemes.com/thesis/rtfm/customize-comments-intro/

http://diythemes.com/thesis/rtfm/change-0-comments-display/#remove_brackets

To Add a Facebook Like Button to Each Post
//Add a Facebook Like Button to Each Post//
function fb_like() {
if (is_single()) { ?>

}
//add_action('thesis_hook_after_post','fb_like');//