The Unstandard uses two different sizes for images to generate the "unstandard" front page blog layout. The updates for WordPress 2.7 required that I refrain from any big code changes in the event that current users are looking for a simple drag ‘n drop upgrade.
If you are interested in reducing the number of steps required to prep a blog post using this theme, check out TimThumb by Darren Hoyt. Check out the update to the markup for images:
<img src="/scripts/timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1" alt="" />
The downside of intergrating TimThumb with your existing theme? Images must be referenced using absolute URLs. For some, this may create quite a problem if images are hosted somewhere off of your own server.
wow! thanks
what happen? if I put small image?
i can’t seem to get it to work.
if i don’t use the code, how do i add the thumbnail image to sub the place holder?
thanks.
Can anyone give an example on how to link the images in the lead and secondary images?
Thanks
Oh… i figured it out, but it created a huge PNG file instead of a JPG, will have to look inside the script x_x
Just use this part of the code:
/scripts/timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1
Where do I put the img src=”/scripts/timthumb.php?src=/images/whatever.jpg&h=150&w=150&zc=1″ alt=”" / ?
Is what I meant to say :P