To enable post thumbnails, the current theme must include the following lin in your functions.php file.
1 |
add_theme_support( 'post-thumbnails' ); |
To enable post thumbnails, the current theme must include the following lin in your functions.php file.
1 |
add_theme_support( 'post-thumbnails' ); |