Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created June 9, 2013 21:45
Show Gist options
  • Save wpspeak/5745390 to your computer and use it in GitHub Desktop.
Save wpspeak/5745390 to your computer and use it in GitHub Desktop.
Add new featured image size
<?php
// Add new featured image size
add_image_size( $name, $width, $height, $crop );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment