Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Stephen on "Timthumb to native Wordpress image resized thumbnail"

$
0
0

My old line I'm trying to replace is as follows.

<img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php echo $post_images[0];?>&w=105&h=70&zc=1&q=80<?php echo $thumb_url1;?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" />

I've tried using the_post_thumbnail but not sure how I should be using it. Also seen http://matthewruddy.github.io/Wordpress-Timthumb-alternative/ but not sure how to use it as it lacks documentation, so not sure the right way to implement it.

Any suggestions, would be gladly appreciated it. Thanks.


Viewing all articles
Browse latest Browse all 8245

Trending Articles