Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_action( 'after_setup_theme', 'wpdocs_theme_setup' );
  2. function wpdocs_theme_setup() {
  3. add_image_size( 'category-thumb', 300 ); // 300 pixels wide (and unlimited height)
  4. add_image_size( 'homepage-thumb', 220, 180, true ); // (cropped)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement