Skip to content

Instantly share code, notes, and snippets.

@ashby
Created May 1, 2014 00:37
Show Gist options
  • Select an option

  • Save ashby/11442187 to your computer and use it in GitHub Desktop.

Select an option

Save ashby/11442187 to your computer and use it in GitHub Desktop.
WP: Add Image Size
add_theme_support( 'post-thumbnails' );
add_image_size( 'thumb', 100, 100, true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment