wp_list_pages() exclude category
I think the solution that would work out best for you is just using your own query. Since you have modified pages to have categories and tags taxonomies wp_list_pages doesn’t support excluding the arguments quite like that. You could get an array of all page IDs that are assigned to each category, but you’d be … Read more