Created
June 17, 2017 11:41
-
-
Save shangdev/b90ddb601b14e49a14ac017a275b3de4 to your computer and use it in GitHub Desktop.
wordpress:获取thumbnail的信息
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$thumbnail_info = get_post( get_post_thumbnail_id() ); | |
$thumbnail_info->post_excerpt; //图像说明 | |
$thumbnail_info->post_content //图像描述 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment