Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Insert if (function_exists(spamcount)) { spamcount(); } into the page.
To display a custom text, use: if (function_exists(spamcount)) { spamcount($text = 'customtext'); }
This small code snippet can be included anywhere on the blog, from the sidebar, to the footer or the menu if necessary.
The spam is counted by Akismet.
Requirements:
· WordPress 2.7.1 or higher
· Akismet plugin
What's New in This Release: [ read full changelog ]
· Tested and working 100% with WordPress 3.0.