I have been playing with this in my single post sidebar:
<?php wp_list_pages('child_of=66&title_li='); ?>
But it’s not returning anything.
On my pages, I am using list topmost ancestor and its immediate children. This is in my functions file: https://pastebin.com/0T1AAtdW
And this is being used to display the page list: https://pastebin.com/Fmnedd8P
List topmost ancestor and its immediate children is not working on my single posts.
Any ideas appreciated. Thank you