am Having Custom Field named as thumb.i want to show the images using these custom fields.i want to be fix the image size.
My code is
<img class="thumb" src="<?php echo get_post_meta($post->ID, 'thumb', true) ?>" alt="<?php the_title(); ?>" />
i tried timthumb also like this
<img class="thumb" timthumb.php?src="<?php echo get_post_meta($post->ID, 'thumb', true) ?>"&q=100 alt="<?php the_title(); ?>" />
any one help me. thanks in advance.
