Advertisement
qlstudio

4 Trees - add WP image size - child/functions.php

Nov 19th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. // add after_setup_theme options ##
  2. add_action( 'after_setup_theme','ftc_after_setup_theme', 1000 );
  3. function ftc_after_setup_theme() {
  4.    
  5.     add_image_size( 'slides', 1000, 600, true );
  6.    
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement