ID, $authordata->user_nicename ); $hidden_div = ''; // Show it echo (''.$nick.''.$hidden_div); } // Hook add_filter('the_author_posts_link', 'author_exposed'); // Add JavaScript and Styles to header add_action('wp_head', 'add_head'); function add_head() { echo ''; } ?>