Hi, Is possible to display the MB custom post fields from the WordPress post field select without an MB relationship connected?
{% for clone in post.menu_type %}
{% for clone in clone.add_dishes %}
{{ clone.title }}
<!--extra fields goes here BUT doenst show without MB relation -->
{{ post.dish_name }}
{{ post.dish_price }}
{% endfor %}
{% endfor %}