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

Post Info + Featured Image Before Title ordering #52

Closed tomfinitely closed 1 year ago

tomfinitely commented 9 years ago

When you set post info and a posts featured images to render 'Before Title', post info actually shows before the featured image, which I doubt mostly anyone would want. I've tried to dig through the plugin source to figure out how to force the load order within that hook to no avail. A means of prioritizing one over the other via the widget is desirable, but at a minimum I'd love to get a snippet for filtering the load order to throw into my functions file.

screen shot 2015-01-27 at 12 26 49 pm

wpsmith commented 9 years ago

Thanks. I submitted a commit. Would you mind testing?