Some wordpress developer asked me, how do i find my akismet api key for wordpress, For protect your site from spam comments you need the askimet api key. which is common for jetpack and akismet plugin. WordPress api key is very important for using the wordpress jetpack plugin. For hosted wordpress sites wordpress api key is very important.
how do i find my akismet api key for wordpress
Here I will show you how to get the new wordpress api key.
sign in with your WordPress.com credentials (if you not have wordpress.org account yet then sign up to worpdpress.org
Then go to your wordpress site and allow Akismet to connect to your WordPress account
click “sign up for a subscription”
choose your price plan. Get free plan.
be greeted by an “All Done” page and your big API key at the top of the page
Copy your api key and put in your wordpress site for jetpack plugin.
In Article, we tell you about how to change the filename of wp-comments-post.php file another name. and kill spam wordpress comments by changing filename.
kill spam wordpress comments by changing filename wp-comments-post.php
With WordPress blogs and sites spam comments is very big issue. That waste our lot of time. There is very nice plugin called Akismet by wordpress. Which is helpful for catching the spam comments but that is not smart enough. Some spambots simply hit the wp-comments-post.php and wp-trackback.php files directly, without scanning your site to find the real names of these scripts. You can foil such bots by renaming these files. My site is also faced the spam comments and hack issues by spmmers. So following trick is very useful.
This files will not track which comment is spam. In this tutorial I will tell you about how to change the filename of wp-comments-post.php file another name. This way you can easily protect your blog against spammer comments.
You need to just follow the steps:
Back up all your files.
Replace all instances of wp-comments-post.php in your theme template files with wp-comments-kill-spam.php. In most themes, this will mean editing comments.php and comments-popup.php; it’s a good idea to double-check by searching through all files in your theme directory with the “find and replace” feature of your favorite editor.
Upload your edited template files.
Rename your wp-comments-post.php file to wp-comments-die-spam-die.php. Be sure that wp-comments-post.php is gone when you’re done, or spammers will still be able to use it!
(Optional) Create a blank file and name it wp-comments-post.php. This will prevent spambots from getting a 404 error. If your 404 page is large, this will save you some bandwidth; it might also keep the spammers from catching on to your trick.
Check that everything works by posting a test comment to your blog.
You will find following code in comments.php file.