Skip to content

Instantly share code, notes, and snippets.

@soggybag
Created November 28, 2015 00:08
Show Gist options
  • Save soggybag/7cf1e926391c7d052f2d to your computer and use it in GitHub Desktop.
Save soggybag/7cf1e926391c7d052f2d to your computer and use it in GitHub Desktop.
Wordpress register post thumbnails/Featured Image
// Activate Post thumbnails
// http://codex.wordpress.org/Post_Thumbnails
add_theme_support( "post-thumbnails" );
// To set up images sizes for use with post-thumbnails use the Simple Images Sizes Plugin:
// http://wordpress.org/extend/plugins/simple-image-sizes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment