wp_list_pages() not showing on posts
your menu is pages oriented. pages have parents and the query asks for the parent and the siblings. When accessing posts, posts have no hirarcy, wp_list_pages will not work and you cannot query posts by parent. The big question is what you’d like to display when accessing a single post… if you want to display … Read more