06
May
2010

Add “Tweet This Post” link in WordPress

Posted in: WordPress Tips and Tricks Tagged Under: 1 Comment
 

There are few very good WordPress plugins which add a twitter like icon and link to tweet the post. But instead of using plugin, I will show you how easily you can add a link to “Tweet this post” in [..]

06
May
2010

Useful WordPress Plugins to Deal with Error 404 Pages

Posted in: WordPress Plugins Tagged Under: , No Comments
 

A wordPress site will show 404 error message when someone try to visit a webpage but it doesn’t exist, or it has been removed, or its URL has been changed; or url is mistype. 404 error message actually show “not [..]

04
May
2010

Disable Directory Indexing in WordPress

Posted in: WordPress Security No Comments
 

This is another good security tip for your WordPress blog. This method works for all types sites. By disabling directory indexing, you can prevent people seeing through your directory structure. Like say people cannot see list of images stored in [..]

04
May
2010

Deny Access to wp-login.php by showing forbidden message

Posted in: WordPress Security 1 Comment
 

Using a .htacess file in root of your public_html directory, you can deny access to wp-login.php by showing forbidden message. You can only allow specific IP or IPs or IP range to use wp-login.php Just add below codes in .htaccess [..]

04
May
2010

Allow WordPress admin login from specific IPs or IP range

Posted in: WordPress Security Tagged Under: , No Comments
 

Its good security practice to allow admin logins from specific IPs only. So, even if your WordPress admin login details is hacked, you are still safe. Hackers will not be able to login in admin area of WordPress, and your [..]