WordPress | get_the_post_thumbnail() Function
The get_the_post_thumbnail() is a WordPress builtin function to retrieve the post thumbnail. When a theme adds âpost-thumbnailâ support, a special âpost-thumbnailâ image size is registered, which differs from the âthumbnailâ image size managed via the Settings > Media screen.
When using the_post_thumbnail() or related functions, the âpost-thumbnailâ image size is used by default, though aâŚ
View On WordPress

















