Tried setting the thumbnail size, but left medium + large to 0 0 to disable them, still all 3 were generated. Is there anyway to selectively disable these via functions.php?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You can disable the medium and large image sizes by using the 'intermediate_image_sizes' filter:
This skips adding these sizes and the options to insert a medium/large image are left blank in the media item. |
|||
|
|