ID, $authordata->user_nicename );
if ( get_the_author_meta( 'twitter' ) ) {
$sociallinks .='
';
} // End check for twitter
if ( get_the_author_meta( 'facebook' ) ) {
$sociallinks .='
';
} // End check for facebook
if ( get_the_author_meta( 'youtube' ) ) {
$sociallinks .='
';
} // End check for youtube
$jss = "
";
$hidden_div = '
';
// Show it
echo '';
echo '';
echo ('Posted By:
'.$nick.''.$hidden_div);
echo '
';
}
// Hook onmousedown="toggleDiv(\'authi\');"
add_filter('the_author_posts_link', 'author_popup');
// Add JavaScript and Styles to header
add_action('wp_head', 'add_head');
function add_head() {
echo '
';
}
?>