• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress core a2z

WordPress core a2z

WordPress core only

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / the_post_thumbnail() – Display the post thumbnail.

You appear to be a bot. Output may be restricted

Description

Display 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.

Usage

the_post_thumbnail( $size, $attr );

Parameters

$size
( string|int[] ) optional default: post-thumbnail – Optional. Image size. Accepts any registered image size name, or an array of width and height values in pixels (in that order). Default 'post-thumbnail'.
$attr
( string|array ) optional – Optional. Query string or array of attributes. Default empty.

Returns

void

Source

File name: wordpress/wp-includes/post-thumbnail-template.php
Lines:

1 to 3 of 3
function the_post_thumbnail( $size = 'post-thumbnail', $attr = '' ) {
  echo get_the_post_thumbnail( null, $size, $attr );
}
 

 View on GitHub View on Trac

Published: 25th November 2019 | Last updated: 25th November 2019

Primary Sidebar

Information

Function name: the_post_thumbnail
Plugin ref: WordPress
Version: 5.6
Sourcefile: wp-includes/post-thumbnail-template.php
File ref: wp-includes/post-thumbnail-template.php
Deprecated?: No
API Letters: P,T

Footer

WP-a2z
WordPress core a2z
WordPress core only
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  core.wp-a2z.org
© Copyright WP-a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites