I have a piece of code that splits my wp_list_pages
navigation into two columns:
I’m trying to get all the children categories to display in this loop but I’m struggling with the code. This is what I have so far.
How can I get a Previous / Next navigation that only navigates the child pages of the current page?
I’m looking for a way to only allow users to create new subpages once there are nine pages that are parents/root pages. Once there are nine parent pages when trying to create a new parent the users will get an error message.