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 [..]
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 [..]
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 [..]
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 [..]
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 [..]