Keeps your word count up to date on your site via the NaNoWriMo word count API
Unzip and upload to /wp-content/plugins/ directory Activate the plugin Customize your badge Add the following code to your author.php file to include NaNoStats in a profile:
<?php if(isset($_GET['author_name'])) { $curauth = get_userdatabylogin($author_name); } else { $curauth = get_userdata(intval($author)); }
if(function_exists('nanostats_profile')){ nanostats_profile($curauth->ID); } ?>
or Add this code to your sidebar.php to add a widget for a specific user:
<?php if(function_exists(\'nanostats_profile\')): nanostats_profile(\'#user_ID\'); endif; ?>
Requires: 2.7 or higher
Compatible up to: 2.8
Last Updated: 2009-11-9
Downloads: 190
Got something to say? Need help?