victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Suggested solution for supporting custom labels on file includes #71

Closed aaslun closed 9 years ago

aaslun commented 9 years ago

Here's an updated suggestion on how to support this:

https://github.com/aaslun/Arlima/commit/24ac91b0cd32ae862c7df01c7644f5415bcf4ac3

The custom label has to be assigned somehow when the file include is registered with Arlima, and in an attempt to avoid an implicit solution (using the arlima_file_args) I propose using array keys for the custom labels in the arlima_article_includes filter. Will it suffice?

victorjonsson commented 9 years ago

awesome!