Guest User

Untitled

a guest
Dec 22nd, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_theme_support( 'post-thumbnails' );
  2. set_post_thumbnail_size( 150, 150, true ); // Normal post thumbnails
  3. add_image_size( 'featured-thumbnail', 60, 60 ); // Featured thumbnail size
Add Comment
Please, Sign In to add comment