Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. add_image_size( 'category-thumb', 300 ); // 300 pixels wide (and unlimited height)
  2. add_image_size( 'homepage-thumb', 220, 180, true ); // (cropped)
  3.  
  4. the_post_thumbnail( 'category-thumb' );
  5. the_post_thumbnail( 'homepage-thumb' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement