Listing current pages subp page in list items in the sidebar

In this way you add in “exclude” parameter like this

‘exclude’ => ”, // here add this page id you don’t show in listing.

‘exclude’ => ‘2,4’, like this

If you want only child pages you will use get_page_children() function.

Please see this link for reference

http://codex.wordpress.org/Function_Reference/get_page_children