cannot see thumbnail post in admin
-
I added this to my functions.php ‘add_theme_support( ‘post-thumbnails’, array( ‘post’ ) ); // Add it for posts
add_theme_support( ‘post-thumbnails’, array( ‘page’ ) ); // Add it for pages
set_post_thumbnail_size( 180, 160, true );’
but I do not see the option in my admin – any way to troubleshoot this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘cannot see thumbnail post in admin’ is closed to new replies.