Hi All, I’m having trouble embedding reverse related entries.
I have an Art Gallery website with a channel ‘artists’, and a channel ‘artworks’.
Every artwork has a related entry field relating to an artist.
What I want to achieve is to display all (related) artworks belonging to a specific artist on the artist’s page.
So, I have a template displaying information on an Artist with his biography and stuff.
I would like to embed a template that has the code to display the related artworks.
What code would I need?
I can achieve this using reverse_related_entries without embedding, however, I have run into some errors with the code inside the reverse entries tag, that seem to be related to the fact that you can only go a certain amount of levels (depth) back…, hence, I have to use embedded templates (according to Googling)