J'utilise jamais print, toucher echo, une lettre en moins
Sur WP, toutes les fonctions sont doubles sinon, une echo la valeur, l'autre la retourne, par exemple :
the_content();
get_the_content();
the_title();
get_the_title();
Donc pour toi
http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
