>
>
'; } ?>
'; // Loop through each page foreach ( $pages as $page ) { // Get the page ID and title $page_id = $page->ID; $page_title = $page->post_title; // If the page is not the current page, add it to the list if ( $page_id != $current_page_id ) { echo '
' . $page_title . '
'; } } // End the list echo ''; ?>