Hi everyone,
I’m running my site on WordPress with the Newsmag theme, and I’ve noticed that my server is filling up quickly because of duplicate image sizes.
Here’s what I found:
My questions are:
I’d love to hear suggestions from anyone who’s dealt with this issue in Newsmag or other news/magazine themes.
Thanks in advance
I’m running my site on WordPress with the Newsmag theme, and I’ve noticed that my server is filling up quickly because of duplicate image sizes.
Here’s what I found:
- WordPress generates its default sizes (thumbnail, medium, large, etc.).
- The Newsmag theme also adds its own hardcoded image sizes through add_image_size().
- This means for every image upload, my site creates a lot of different versions, and it’s eating up server space.
My questions are:
- Which image sizes are actually necessary for Newsmag to function correctly (so I don’t break layouts)?
- Is it better to disable WordPress default sizes or theme sizes?
- Are there any plugins or safer methods recommended for managing image sizes in Newsmag?
- Should I run something like Regenerate Thumbnails after cleanup?
I’d love to hear suggestions from anyone who’s dealt with this issue in Newsmag or other news/magazine themes.
Thanks in advance