Advertisement
itbatayan

functions.php

Oct 15th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. add_theme_support( 'post-thumbnails' );
  5. set_post_thumbnail_size( 100, 100);
  6.  
  7.  
  8.  
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement