Skip to content

Instantly share code, notes, and snippets.

@EastSideCode
Created April 28, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EastSideCode/384a7d885d4b269c94bf88767db2f025 to your computer and use it in GitHub Desktop.
Save EastSideCode/384a7d885d4b269c94bf88767db2f025 to your computer and use it in GitHub Desktop.
Get Featured image information in WordPress
<?php $image_data = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), "thumbnail" ); ?>
<?php $image_width = $image_data[1]; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment