Advertisement
kobial8

Theme Support | Image Crop | Include Snippets

Feb 12th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <?php
  2. include_once('inc/custom-posts.php');
  3. include_once('inc/shortcodes.php');
  4. add_image_size( 'post-image', 1600, 550, true );
  5. add_image_size( 'portfolio-large', 815, 586, true );
  6. add_image_size( 'portfolio-small', 262, 177, true );
  7. add_image_size( 'profile', 265, 278, true );
  8. add_image_size( 'testi', 50, 50, true );
  9. add_theme_support( 'post-thumbnails', array( 'post', 'slider-items', 'portfolio-items', 'team', 'testimonial') );
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement