Wordpress timthumb


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <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(); ?>" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.