@sc0ttkclark Thanks!
Any timeline/feature list available for 2.8?
I’m now trying to figure something out, which might be easier in a future release.
The case: building a books and comic database. Currently I’ve created custom post type for books, for comics, for authors, and for artists.
The ‘books’ has a bi-directional field with ‘authors’, ‘comics’ would have a bi-directional field with both ‘authors’ and ‘artist’. Which is not possible, because you can only use a bi-directional field once.
So, or I’ve got the change the two custom post types to one. Or go for field like author_books and author_comics, followed by doing something like:
[each author_books or author_comics]
<li><a href="{@permalink,esc_url}">{@name}</a></li>
[/each]
-
This reply was modified 5 years ago by Frank.