Enable featured image in WordPress -


i converting html site wordpress. in new theme have no option featured image. how can enable option?

use

add_theme_support( 'post-thumbnails' ); 

in function.php


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -