Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active May 24, 2018 16:16
Show Gist options
  • Save landbryo/8f88b683d43be9ab05f0003eac8ceb6a to your computer and use it in GitHub Desktop.
Save landbryo/8f88b683d43be9ab05f0003eac8ceb6a to your computer and use it in GitHub Desktop.
Add WordPress thumbnail size via functions.php
/////////////////////////
// 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