Comments on: Remove WordPress default media image sizes http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/ Sun, 22 Mar 2015 14:44:25 +0000 hourly 1 http://wordpress.org/?v=4.1.1 By: Léon http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-238751 Thu, 12 Sep 2013 15:28:31 +0000 http://www.studiograsshopper.ch/?p=3006#comment-238751 thumb and thumbnail are alias and are exactly the same.

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237953 Mon, 27 May 2013 15:45:15 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237953 The full size image is the original image. So, if you delete it, all image sizes derived from the original image will be deleted too.

]]>
By: gonzalo http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237932 Fri, 24 May 2013 22:07:54 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237932 Great post!
But like harjeet ask, is there a way to delete the “full” size image?
I only want to use my custom sizes.
Thanks

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237765 Fri, 10 May 2013 04:55:01 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237765 Whta do you mean by “full size thumbnail”? Are you referring to the “thumbnail” size or the “full” size?

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237758 Wed, 08 May 2013 20:46:22 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237758 Hi,
No, I don’t think there is a way to do this using the filter shown in the article. You’ll have to dig into wp-admin/includes/image.php and see if there’s a way to access the ID of the post that you are editing.
If anyone has any suggestions, chime in!

]]>
By: Alice http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237746 Tue, 07 May 2013 23:37:15 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237746 Is there a way to have this work but for just a custom post type? I would like to disable some image sizes that were added to a theme, but that are not necessary for a specific post type.

Thanks. Great article!

]]>
By: harjeet http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237743 Tue, 07 May 2013 12:34:51 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237743 It worked like a charm but please will you tell me how to remove full size thumbnail option from wordpress.

]]>
By: harjeet http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-237742 Tue, 07 May 2013 12:05:38 +0000 http://www.studiograsshopper.ch/?p=3006#comment-237742 Thanks man i’ve been searching this and i found this on your blog.

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-235220 Sat, 23 Mar 2013 18:12:20 +0000 http://www.studiograsshopper.ch/?p=3006#comment-235220 Hi,

Check your theme’s functions.php – it may be adding its own image sizes.

]]>
By: Ade http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comment-235219 Sat, 23 Mar 2013 18:11:32 +0000 http://www.studiograsshopper.ch/?p=3006#comment-235219 Hi,

Your theme may be adding its own image sizes. Check your theme’s functions.php.

]]>