Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created February 22, 2015 00:36
Show Gist options
  • Save arkadiusjonczek/f7c47e96f500f5600b81 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/f7c47e96f500f5600b81 to your computer and use it in GitHub Desktop.
WordPress: Add new image sizes
// 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