Trouble Retrieving Thumbnail URL on Front-Page
Not sure how you do it in your single.php, but I’m fairly certain not the same way. The main problem is that both the_post_thumbnail() and get_the_post_thumbnail() are generating the img tag output for you – so putting it into the src attribute of an img tag like in your code can’t work. Additionally: The latter … Read more