Answers for "themeco add featured images to pages"

0

themeco add featured images to pages

function enable_page_thumbnail() {
	add_post_type_support( 'page', 'thumbnail' );
}
add_action( 'init', 'enable_page_thumbnail' );
Posted by: Guest on February-09-2021

Code answers related to "themeco add featured images to pages"

Browse Popular Code Answers by Language