<?php $entries = get_zpost_meta(get_the_ID(), '_di_gi_schritte', TRUE);
foreach ((array) $entries as $key => $entry) { ?> <h1 class="schritt_h"><?php echo $entry['_schritt_titel']; ?></h1> <?php } ?>
<?php $entries = get_zpost_meta(get_the_ID(), '_di_gi_schritte', TRUE);
foreach ((array) $entries as $key => $entry) { ?> <h1 class="schritt_h"><?php echo $entry['_schritt_titel']; ?></h1> <?php } ?>