sorry for my English.
I am using
wp_list_pages("title_li=&child_of=$id&sort_column=menu_order&depth=1");
to display child pages in slidebar.
Is there simple way to display <back link> to redirect tu parrent?
Pages Strukture:
Page1
PageChild1
PageChild2
PageChild21
PageChild22
PageChild3
PageChild31
If I am on PageChild2 page, a only see links to:
PageChild21
PageChild22
I want to see:
PageChild2 (back)
PageChild21
PageChild22
Best Regards
ps. I find some familiar topics, but I want
that parent on the list will be clickable,