Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created October 28, 2013 17:23
Show Gist options
  • Save JiveDig/7200915 to your computer and use it in GitHub Desktop.
Save JiveDig/7200915 to your computer and use it in GitHub Desktop.
Register/Add new featured image size
<?php
// Add new image size
add_image_size( 'portfolio-thumbnail', 264, 149, TRUE );
// Add new image size
add_image_size( 'one-third', 375, 250, TRUE );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment