When using wp_list_pages, is it possible to print the slug or meta value from the page behind &link_after= ???
something like this -->
<?php wp_list_pages('link_after='. $slug->post_name .''); ?>
This way i could use the page slug of meta value as a page description in the navigation of the pages.