Created
October 28, 2013 17:23
-
-
Save JiveDig/7200915 to your computer and use it in GitHub Desktop.
Register/Add new featured image size
This file contains hidden or 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
<?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