// ************************************************************************** // SOCIAL ICONS BEFORE POSTS function social_icons(){ if(is_single()){ $twitter='sovereignman'; global $post; ?>
DiggThis
Share
Email This
'; echo ''; } add_action('wp_footer','digg_footer'); } } add_action('thesis_hook_before_post','social_icons');?>