Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 10, 2014 08:58
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 certainlyakey/9461647 to your computer and use it in GitHub Desktop.
Save certainlyakey/9461647 to your computer and use it in GitHub Desktop.
Wordpress - register thumbnail size
// Main thumbnail size
set_post_thumbnail_size( 80, 80, true );
//Custom post thumbnail sizes
add_image_size( 'miniposter', 96, 130, true ); //(cropped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment