=== SpamCount === Contributors: pross Author URI: http://www.pross.org.uk Plugin URL: http://www.pross.org.uk/wordpress-plugins Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=pross2%40gmail%2ecom&item_name=Simon%20Prosser&page_style=PayPal&no_shipping=0&return=http%3a%2f%2fwww%2epross%2eorg%2euk&no_note=1&tax=0¤cy_code=GBP&lc=GB&bn=PP%2dDonationsBF&charset=UTF%2d8 Requires at Least: 2.7.1 Tested Up To: 2.8 Tags: template, spam Stable tag: 0.1 == Description == Heres a tiny plugin that will show the total number of spams caught by askismet since your very first post. You can include it anywhere in your template. == Installation == * upload the contents of the zip file to your `wp-content/plugins` directory * go to the Plugins main menu and find `Template Overide`, then click Activate * Include using the code: *if (function_exists(spamcount)) { spamcount(); }* == Un-Installation == * go to the Plugins main menu and find Template overide, then click Deactivate * delete the files from your `wp-content/plugins` directory == Changelog == = 0.1 = * First release