{% set proteins = entry.ingredients.foodGroup('protein').all() %} {% set moreRecipes = craft.entries() .section('recipes') .relatedTo(['and'] | merge(proteins)) .all() %}
0 Comments