Advertisement
niammuddin

menambah feature image

Jul 27th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2. // menambah feature image
  3. add_theme_support( 'post-thumbnails' );
  4. //set_post_thumbnail_size( 150, 150);
  5.  
  6. // Image size for single index
  7. // add_image_size( 'thumbnail', 150, 150 );
  8.  
  9. // Image size for single posts
  10. //add_image_size( 'single-post-thumbnail', 590, 180 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement