Resize Images for WordPress theme

WordPress is great ability to resize images with their feature. The problem is sometime we want to display thumbnails image on the homepage but in a single page is a true images. having to manually resize them is boring.
How to resize digital image as thumbnails image with don’t use manually working. Just follow these steps.
- Get this script and save it on your computer. Rename the file with timthumb.php
- Use an FTP program to connect to your server and create a new directory called scripts. Upload the timthumb.php file to it.
- Once done, you can display images with edit your theme with this code <img src=“/scripts/timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1″ alt=“Screenshot” />
This script will automatically resize images. May be it’s not article for free computer software.. but i think you will like it.


[...] In some trick you can resize images. [...]