Why is this theme making so many thumbnails?
-
I’m using this theme for a client and I’m confusing why it’s creating 7 versions of the pictures she’s uploading. This is absurd. Here’s the versions it’s making:
Full
Large
Medium_large
Pocono-single-posts
Post-thumbnail
Medium
ThumbnailWith all these resized versions, each post she makes has about 1MB worth of thumbnails. How do I stop this?
[Edit] in functions.php I see this – which of these can I eliminate?
// Enable support for Post Thumbnails on posts and pages. add_theme_support( 'post-thumbnails' ); // Set detfault Post Thumbnail size. set_post_thumbnail_size( 800, 500, true ); // Add Single Posts Image Size. add_image_size( 'pocono-single-posts', 1200, 550, true );
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why is this theme making so many thumbnails?’ is closed to new replies.