/ Published in: PHP
Add this to your theme's functions.php file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//allows thumbnails add_theme_support( 'post-thumbnails' ); //sets thumbnail size set_post_thumbnail_size( 100, 100 );