wpseek.com
A WordPress-centric search engine for devs and theme authors
the_post_thumbnail › WordPress Function
Since2.9.0
Deprecatedn/a
› the_post_thumbnail ( $size = 'post-thumbnail', $attr = '' )
Parameters: (2) |
|
See: | |
Defined at: |
|
Codex: |
Displays 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 different size can be specified instead as needed.Related Functions: the_post_thumbnail_url, get_the_post_thumbnail, has_post_thumbnail, set_post_thumbnail, delete_post_thumbnail