function author_avatar() { if (is_single()) { echo '
'; } } add_action('thesis_hook_before_headline', 'author_avatar');