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 found” message.
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 domain.com/images This can be achived using a .htacess file in public_html folder. Just add below [...]
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 file of in root of your public_html folder. <files wp-login.php> Order deny,allow Deny from All [...]
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 blog is safe. This can be achieved easily by using a .htracess file in wp-admin [...]
I am releasing my first paid WordPress theme Web Cube at very reasonable price, just 10$ Theme Preview: Theme name: Web Cube Width: Fixed width 1020px Layout: CSS based Compatible and tested on major browsers: IE, Opera, Firefox, Chrome, etc Featured Posts Post thumbnail support. User get option to insert thumbnail image while posting new [...]
Another cool looking free WordPress theme. Theme is tested on all major browsers and is compatible with WordPres version 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP. Theme Preview Important Note: Please carefully read readme.txt included in download file [...]
Another free theme, and again its dark theme. I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP. Theme Preview Important Note [...]
Another free theme. This is my first theme with featured posts in header. As usual I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will [...]