This is a code of a PHP WordPress page and the permalink do not work. What is wrong with this code?
echo '<p>';
if ( has_post_thumbnail() ) :
echo '<a href="' . get_permalink() . '" rel="bookmark">' . the_post_thumbnail( 'large-thumb' ). '</a>'; endif; echo '</p>';