Last active
May 24, 2018 16:16
-
-
Save landbryo/8f88b683d43be9ab05f0003eac8ceb6a to your computer and use it in GitHub Desktop.
Add WordPress thumbnail size via functions.php
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
///////////////////////// | |
// ADD THUMBNAIL SIZES // | |
///////////////////////// | |
add_image_size( 'facebook', 476, 249 ); // width x height |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment