Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wp post featured image not showing admin

function my_theme_setup(){
    add_theme_support('post-thumbnails');
}

add_action('after_setup_theme', 'my_theme_setup');
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #wp #post #featured #image #showing #admin
ADD COMMENT
Topic
Name
5+3 =