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

Apexcharts not re-render after ajax call - Solved

Solved - $(...).select2 is not a function