VT-resize image and display it [duplicate]

Whoa, ok let’s take a step back and use an actual WordPress function, that way your not doing anything weird like the above.

Use these:
http://codex.wordpress.org/Function_Reference/wp_get_attachment_image (the images)
http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src (array with atributes)
http://codex.wordpress.org/Function_Reference/the_post_thumbnail (featured image)

Leave a Comment