Skip to content

Instantly share code, notes, and snippets.

@marisqaporter
Forked from arkadiusjonczek/functions.php
Created February 29, 2016 21:04
Show Gist options
  • Save marisqaporter/89f1d3810ed05175265f to your computer and use it in GitHub Desktop.
Save marisqaporter/89f1d3810ed05175265f 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