MDTF_HELPER::get_post_featured_image()


Use this function to output any post featured image using its ID:

In the loop use $post->ID:

You can set any size you want by alias for the result image, for example: '800x600', but this should be always less or equal to the size of the original image, + be attentive with image proportions.