That’s a great plugin, adi. I was trying to figure out how to display a list of child pages for the current page, and the plugin does the trick. I just use the wp_list_pages('title_li=&depth=1&exclude=14&sort_column=menu_order');
function to get the top level pages, since I want to have them appear separately from the cild pages, if any. But the plugin easily handles the listing of any child pages that there may be for the current page.
I’m new to WP, but familiar with PHP. I’m going to pick apart your plugin and figure out how to make it work, and how I might have solved the problem by using WP’s built in functions.