How to Automatically Use Resized Images Instead of Originals Using PHP Script in Wordpress

image

This script will replace the uploaded image (if bigger than the larger size defined in your settings) by the large image generated by WordPress to save space in your server, and save bandwidth if you link a thumbnail to the original image, like when a lightbox plugin is used.

 

 

 

 

 

February 8, 2010 | Leave a comment | Read More »

Split Your WordPress Content Into Two or More Columns

image

WordPress is a great CMS, but implementing some features within your theme can require a little lateral thinking. The content for your page or post is usually output by the theme code using a single function call:

the_content(args);

February 7, 2010 | Leave a comment | Read More »