WordPress – List all image sizes in Media Uploader

Ducati image

A handy code snippet to show how to use the new WordPress 3.3 image_size_names_choose filter to display all image sizes (ie those created by add_image_size() as well as the default image sizes) in the Media Uploader.

Remove WordPress default media image sizes

Ducati image

A follow up to my add_image_size() demo article, showing you how to stop WordPress from automatically creating all or any of the default image sizes (thumbnail, medium, large) during the media upload process.

WordPress Featured Images – add_image_size() resizing and cropping demo

Ducati image

An overview of WordPress image handling, default Media sizes, WP Post Thumbnails and Featured Images, and how to use the_post_thumbnail() and add_image_size() functions to create and display additional image sizes.