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

Show all available image sizes in the "show featured image" option (see pull request) #55

Closed laflier closed 9 years ago

laflier commented 9 years ago

I would like the plugin to show all available image sizes in the "show featured image" option.

As the plugin is written, the widget shows only the thumbnail size, plus any additional sizes added by the theme. The standard WordPress images sizes "large" and "medium" are excluded. There are reasons why a designer might want to use these sizes, which are explained in the pull request.

I have proposed a simple code fix, which substitutes a different genesis function to get the image sizes.

Thank you for your continued work on this plugin, which I use extensively on my site.