|
Revision 21, 0.8 kB
(checked in by admin, 18 years ago)
|
|
|
| Line | |
|---|
| 1 | === Akismet === |
|---|
| 2 | Contributors: matt, ryan, andy, mdawaffe |
|---|
| 3 | Tags: akismet, comments, spam |
|---|
| 4 | |
|---|
| 5 | Akismet checks your comments against the Akismet web service to see if they look like spam or not. |
|---|
| 6 | |
|---|
| 7 | == Description == |
|---|
| 8 | |
|---|
| 9 | Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you |
|---|
| 10 | review the spam it catches under your blog's "Comments" admin screen. |
|---|
| 11 | |
|---|
| 12 | Want to show off how much spam Akismet has caught for you? Just put `<?php akismet_counter(); ?>` in your template. |
|---|
| 13 | |
|---|
| 14 | See also: [WP Stats plugin](http://wordpress.org/extend/plugins/stats/). |
|---|
| 15 | |
|---|
| 16 | PS: You'll need a [WordPress.com API key](http://wordpress.com/api-keys/) to use it. |
|---|
| 17 | |
|---|
| 18 | == Installation == |
|---|
| 19 | |
|---|
| 20 | Upload the Akismet plugin to your blog, Activate it, then enter your [WordPress.com API key](http://wordpress.com/api-keys/). |
|---|
| 21 | |
|---|
| 22 | 1, 2, 3: You're done! |
|---|