try this:
<ul><?php wp_page_menu('title_li=&child_of='.$post->ID); ?> </ul>
It will parse the arguments of wp_list_pages.
if you want it in a variable
<?php
$html = wp_page_menu('title_li=&child_of='.$post->ID. '&echo=0');
echo $html;
?>
Thread Starter
kilps
(@kilps)
As far as I can tell that is still displaying the page structure (when I change the menu structure it still displays sub-pages as opposed to sub-menu items)
Thanks
This works but is is it possible to limit in only 1 depth?
gallery->landscape->picture1