Move Comments Link to Right of Post Title

This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.

Place the following code in custom_functions.php:

remove_action('thesis_hook_after_post', 'thesis_comments_link');
add_action('thesis_hook_after_headline','thesis_comments_link');

Place the following code in custom.css (use the second declaration block to style the comments link as desired):

.custom .headline_area h2, 
 .custom p.to_comments {
	display:inline;
}

 .custom p.to_comments {
	padding-left:1em;
	font-size:1.4em;
}