I have a post type "Workshop" with a related post type "Presenter." I want to display the names and bios of all presenters if a workshop has more than one presenter. I'm using the legacy Views plugin, NOT blocks—and can't find documentation for how to do this. Using [wpv-post-body view_template="None" item="@workshop-presenter.child"] in my content template (for workshops) only shows one presenter, not multiple.
I have Workshops and Presenters set up in a many-to-many relationship, I'm not actually using a post reference field. Each of my Workshops is connected to at least one Presenter.