Resize Images for WordPress theme

Monday, April 20, 2009
By admin

wordpress

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.

  1. Get this script and save it on your computer. Rename the file with  timthumb.php
  2. Use an FTP program to connect to your server and create a new directory called scripts. Upload the timthumb.php file to it.
  3. 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.

Tags: , ,

One Response to “Resize Images for WordPress theme”

Leave a Reply

You must be logged in to post a comment.