Return to Snippet

Revision: 39895
at January 22, 2011 07:33 by anhonestboy


Initial Code
<img class="img" src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&h=180&w=170&a=r" alt="<?php the_title(); ?>" />

Initial URL


Initial Description


Initial Title
Wordpress timthumb

Initial Tags
wordpress, images

Initial Language
PHP