wpsmith / genesis-sandbox-featured-content-widget

Genesis Sandbox Featured Content Widget. Based on Nick Croft's Genesis Featured Widget Amplified for additional functionality which allows support for custom post types, taxonomies, and extends the flexibility of the widget via action hooks to allow the elements to be re-positioned or other elements to be added.
39 stars 21 forks source link

Default media sizes not appearing in Image Size dropdown #39

Open srikat opened 10 years ago

srikat commented 10 years ago

It will be useful to have the built-in WordPress image size handles like Thumbnail, Medium, Large and Full to appear in addition to the custom image sizes in 'Image Size' dropdown.

Here's what Gary Jones said about this:

"Looks like it uses genesis_get_additional_image_sizes() on line 862 of view-source:http://plugins.svn.wordpress.org/genesis-featured-content-widget/trunk/widget.php Using genesis_get_image_sizes() would have included the large, medium and thumbnail sizes too."

Thanks in advance.

GaryJones commented 10 years ago

https://github.com/wpsmith/genesis-sandbox-featured-content-widget/blob/master/widget.php#L882