Created
January 13, 2015 20:11
-
-
Save jdspiral/f11f98c88cecc8da1b10 to your computer and use it in GitHub Desktop.
Custom Image Sizes
This file contains 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
//Custom Image Sizes | |
add_image_size( 'featured-image', 236, 153, TRUE ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment