Display Recent Blog Posts Outside WordPress
Generally web master uses the WordPress for applying blog on their website.   Below is the code for the getting recent/latest post or list, can be applied to display recent posts outside anywhere in your WordPress website.   The key to use WordPress outside is include the wp-load.php file Once the wp-load.php file is included, the entire wealth of WordPress functions… (3 comments)

Most useful 5 htaccess tricks every webmaster should know
Most useful 5 htaccess tricks every webmaster should know 1) Redirect your website visitors while you update or test your website order deny,allow deny from all allow from 117.117.117.117 ErrorDocument 403 /showpage.html <Files showpage.html> allow from all </Files> Replace 117.117.117.117 with your IP address. Also replace showpage.html with the name of the page you want… (4 comments)

Cropping, rotating, scaling image sizes, and flipping the images vertically or horizontally in wordpress
Cropping, rotating, scaling image sizes, and flipping the images vertically or horizontally in WordPress   Generally we have lot of images in our website and we need different sized images, but generally in WordPress we have 3 sized images called as Small, Middle and Actual or Full size.   We can also scale down an… (6 comments)