Justin Sternberg
Justin Sternberg
Yah, unfortunately the feature wasn't intended to work with more than one attached-posts field on the page. Definitely a bug. Will have to update when I get a chance.
Not sure I follow. Please elaborate. You should be able to get any data you need using the id that's stored.
Ah, I see what you're saying. Yah, that's def. not something this plugin does, and would require some custom coding to make happen.
I'm afraid it would not be a trivial undertaking and would take more than a few words. Basically, you'd have to add the UI to add the label field, then...
Not by default, though you could use the `gettext` filter: https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext
It is not currently a thing, but is something I've been planning to do/document for ages. Did you build something?
Sounds like you want something like this: https://github.com/CMB2/CMB2/wiki/Adding-your-own-field-types#example-2-posts-or-other-post_type-dropdown-store-post_id
Seems reasonable. Let's wrap it in a paragraph tag.
This will completely break the loader functionality as you are not actually using the `PRIORITY` constant which is what makes most of the magic work. You'd be better off using...
I like this idea.