Skip to content

Instantly share code, notes, and snippets.

@gdeguglielmo
Created August 22, 2013 08:27
Show Gist options
  • Save gdeguglielmo/6304549 to your computer and use it in GitHub Desktop.
Save gdeguglielmo/6304549 to your computer and use it in GitHub Desktop.
Wordpress attachments functions
// To get thumbnail from image id
wp_get_attachment_image($attachment->ID, 'thumbnail' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment