Created
November 28, 2015 00:08
-
-
Save soggybag/7cf1e926391c7d052f2d to your computer and use it in GitHub Desktop.
Wordpress register post thumbnails/Featured Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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