Featured image option not displaying in wordpress admin panel

When you are developing a fresh wordpress theme then you need Add this code to the themes functions.php :
add_theme_support( 'post-thumbnails' );

Comments

Popular posts from this blog

Creating Protected routes in ReactJS

Redirect http to https in codeigniter