been figuring out how to do the following:
website is for a photographer. currently using wordpress.
was advised to change this part of the code by Auttomatic:
<a href="<?php echo esc_url( boardwalk_get_link_url() ); ?>" class="entry-link"><span class="screen-reader-text"><?php _e( 'Continue reading <span class="meta-nav">→</span>', 'boardwalk' ); ?></span></a>
with something from: post_thumbnail_url
the_post_thumbnail_url();
but cant figure it out. any help?