/ Published in: PHP
To enablefeatured image on a post, just open your theme’s functions.php file, paste in the code below, and voila!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 115, 115 )