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

Fix Custom Read More From Link #24

Closed jb510 closed 10 years ago

jb510 commented 10 years ago

I think this also fixes #19

In short, custom link wasn't working.

Note: I added a generic class, . more-from-archive in addition to . more-from-%1$1 and set the later to the link text when using a custom link.

wpsmith commented 10 years ago

Thanks, but this goes beyond fixing the actual issue.

jb510 commented 10 years ago

I hear you, but the issue was more than what #19 covered. The class and title attributes break as well and needed fixing (IMHO).