I am using both MB Views and MB Relationships. I have a relationship between two custom post types (book
and content
) and it is displaying correctly.
By correctly I mean the single book
page is listing all the content
related to that book.
And the single content
page is listing everything correctly as well.
Now, I want to add a custom navigation to the single content
page, that loops through the sibling content
only. Meaning, it will show a next/previous link, but that will only go through sibling content
.
However, MB Views does not seem to have it built in to the Insert Fields tab. I am not sure if it is there and I missed it, or if it can only be done manually.
Can you tell me how to loop through the relationship query and show all sibling items using MB Views, please?