Hi, I want to create a relation between two custom post types and display the custom post fields from other post types using the "view". How can I do that using the relation?
{% set relationship = attribute( relationships, '52' ) %}
{% for post in relationship.to %}
//what data to show?
{% endfor %}