Hi,
I’m working with the Pro theme and Cornerstone , and I’ve created a custom post type called artistes
.
Each artist post is assigned to a native WordPress author (i.e. a registered user of the site).
What I need to do is display, on a single artist post, all other artist posts created by the same author .
The Query Builder allows you to get exactly the result you want…
same author +
exclusion of current post.
But: the author has to be selected manually via a drop-down menu, and I can’t inject dynamic content into it(like {{dc:author:id}}).
Thanks