ID; while($current_page) { $page_query = $wpdb->get_row("SELECT ID, post_title, post_status, post_parent FROM $wpdb->posts WHERE ID = '$current_page'"); $current_page = $page_query->post_parent; } $parent_id = $page_query->ID; $parent_title = $page_query->post_title; $page_menu = wp_list_pages('echo=0&sort_column=menu_order&title_li=&child_of='. $parent_id); if ($page_menu) { echo($before_module); ?>

ID) { ?>
post_parent) ); ?>

__('%s Subpages', 'k2_domain') )); register_sidebar_module_control('Navigation module', 'nav_sidebar_module_control'); ?>