/ Published in: PHP
Place this code in your theme's functions.php file to activate featured images.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
add_theme_support( 'post-thumbnails' ); }