Editing Post Thumbnail Size
-
Hi,
Site: https://www.somewhereny.comI am trying to edit my post thumbnail size, from this article. I changed this in my functions.php :
// Add Post Thumbnail Theme Support if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 300, 300 );
to my desired size, 300px by 300px, yet it will not change, any ideas? Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Editing Post Thumbnail Size’ is closed to new replies.