
When a new WordPress installation is made. We will not see an option like this. To make that visible, we need to use certain code which is given below:
add_theme_support( 'post-thumbnails' );
We need to write the code in functions.php file.

When a new WordPress installation is made. We will not see an option like this. To make that visible, we need to use certain code which is given below:
add_theme_support( 'post-thumbnails' );
We need to write the code in functions.php file.