{# Loop through all of the Work section entries #} {% for postEntry in craft.entries.section('newsPosts').all() %} {% set relatedCategories = postEntry.postKategorie %}
Explore
{% set image = postEntry.featuredImage.inReverse().one() %} {% if image %} {{ image.title }} {% endif %}
{% set relatedCategories = postEntry.postKategorie %}
{% for rel in relatedCategories %} {{ rel.title }} {% endfor %}

{{ postEntry.headline }}

{% endfor %}