Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. if (function_exists('add_theme_support')) {
  3. add_theme_support('post-thumbnails');
  4. add_image_size( 'add_img01', 320, 180, true );
  5. }
Add Comment
Please, Sign In to add comment