Hi!
Is there a way to use previous_post_link() and next_post_link() only for page siblings (and not "posts")? I have a strict page hierarchy (3 levels of descendants) and I want to include previous_post_link() and next_post_link() in my page template without the links going to "uncles" for example. My understanding of previous_post_link() and next_post_link() is that they go to the previous and next created pages, chronologically. That doesn't work for me because I'm creating my pages at different times. Any way to keep the links to their siblings?