Created
February 22, 2015 00:36
-
-
Save arkadiusjonczek/f7c47e96f500f5600b81 to your computer and use it in GitHub Desktop.
WordPress: Add new 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
// insert into functions.php | |
//* Add new image sizes | |
add_image_size('grid-thumbnail', 100, 100, TRUE); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment