Trying to use the query wp_list_pages in conjunction with custom fields.... want to make it so that a specific custom field (or even post excerpt) will output with its corresponding page when the wp_list_pages is used.
Only partially workable hack I've found involves editing /wp-includes/classes.php, but it seems to me that there should be someway the get_meta query can be used in conjunction to output the right field...
Thoughts?