Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Trouble Logging Out


chrishajer
Participant

@chrishajer

To get Akismet working, you need an Akismet key. You need to register at http://wordpress.com/signup/ – you can check the radio button that says “Just a username, please.” and once you have an account, your Akismet key is in their somewhere (been a while since I had to look for it – but I think it’s “My Account > Edit Profile” and they “wordpress.com” key is there.) Once you have the key, you put it in your config.php like this:

$bb->akismet_key = ''; // Example: '0123456789ab

Just put your key in between those quotes, and you’re done.

Skip to toolbar