How would i show let's say two custom fields from the subpages on a parent page. Here's my code so far:
<?php
$children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0');
if ($children) { ?>
<ul>
<?php echo $children; ?>
</ul>
<?php } ?>
How would i show two custom fields titles "details6" and "details7"