Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 0.14 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. //使用する事を明示
  3. add_theme_support( 'post-thumbnails' );
  4. //サイズの設定
  5. set_post_thumbnail_size( $width, $height, $crop );
  6. ?>