Featured image not working in wordpress custom theme

While create custom theme, we need to add below code to support Featured image for default Post and Custom Post Type:

Add below code in function.php in your theme folder.

add_theme_support('post-thumbnails');

Leave a Reply

Your email address will not be published. Required fields are marked *