Other idea using Tobias’ code, but no output at all…
<?php foreach($page->selection()->yaml() as $A): ?>
<?php $a = $pages->find( $A['selection'] ); ?>
<a href="<?php echo $a->url() ?>">
<h3><?php echo $a->title() ?></h3>
</a>
<? endforeach ?>
#brettvormkopf 