Show child pages and sibling pages on the child page

You can query pages that have same parent excluding the page itself:

wp_list_pages("title_li=&child_of=".$post->post_parent."&exclude=".$post->ID); 

Use parent instead of child_of to get only direct siblings without children of the siblings.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)