ID, $authordata->user_nicename );
$hidden_div = '
X'.get_the_author_firstname().' '.get_the_author_lastname().'
E-mail:
'.get_the_author_email().'
Info:
'.get_the_author_description().'Posts by the author ('.get_the_author_posts().')';
// Show it
echo (''.$the_link_item.''.$hidden_div);
}
// Add JavaScript and Styles to header
add_action('wp_head', 'add_head');
function add_head() {
echo '';
}
?>