If your “Events landing page” is a proper WordPress “Page”, which I assume it is, then I think that all you need is:
$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0&depth=1");
- On the landing page, you should get the four regions
- On a regions page you should get the regions children
- On the individual child pages you’d get nothing
I am not sure if #3 is what you want but #1 and #2 are correct, if I understand the question.
Related Posts:
- Show just one level of child pages, wp_list_pages woe
- Ways to give a wp_list_pages menu link specific class names?
- Handling complex multi-level architecture / menu for large site
- No link on empty page in wp_list_pages
- wp_list_pages sort order is different for different languages [closed]
- wp_list_pages: only show subpages on the parent page?
- How to have custom menu Item CSS Classes for wp_page_menu() or wp_list_pages()
- Highlight another nav item
- wp_list_pages() but only show children on the branch you are on
- Displaying different page links on different pages
- How to remove the HOME menu item
- How can I list the current pages siblings and any ancestor page siblings?
- Dynamic menu wp_list_pages displaying only current branch including: current page, his siblings and its childs
- wp_list_pages Hierarchical Help
- Wp_list_pages not showing children with custom page template
- How to use wp_list_pages on a grandparent page
- Can you exclude child pages of a specific parent within a navigation?
- horizontal menu / 4-level depth
- Creating navigation out of specific IDs and their children?
- How to display list of child pages with parent in wordpress?
- wp_list_pages, links only for pages with no children
- Display all submenus
- Showing Custom Menus in the sidebar
- Second tier sidebar navigation
- Making current_page_item work with wp_list_pages in sidebar on post pages
- Split up wp_nav_menu with custom walker
- how to create a menu with all sub categories?
- How to change order of menu items
- Remove unusable metaboxes in nav menu management screen
- Highlight parent menu item when child is not in menu
- Add Commas Between Menu Items?
- Allow html tags in WordPress Custom Menus Description Field
- Add custom attribute to menu item link using Filter
- Bootstrap drop down menu with wp_nav_menu
- Remove nav menu or menu item
- Adding a within ‘s from wp_nav_menu()
- Building a Sub-menu: Display Parent Category/Page’s Children When Viewing Children
- Getting stripos error when trying to add menu classes
- Output the aria-labelledby parameter for a nav menu child
- How to add ID and class in nav menu walker?
- Set Item Order with wp_nav_menu_{$menu->slug}_items
- How can I get an array/list of all current WordPress Admin Menu items?
- Add “parent” class to parent menu items
- Add class to active element and its parent in nav menu
- Menu styling for last menu item
- WP Nav menu append to url
- Hiding Admin Page While Keeping Menu Expanded
- How to add a tag to wp_nav_menu in a child theme
- Third level navigation class
- How to add a submenu toggle button inside all “li” elements that have a submenu?
- Best way to customise wp_nav_menu [duplicate]
- is_page() not working with archives?
- How to Overwrite/Customize wp-admin/nav-menus.php in WordPress
- Filter for Admin Nav Menus Drop Down
- Tidy nav menu classes except for edit-menu-item-classes and active class
- I need help adding a second custom menu item to the WooCommerce account area menu
- Cant add menu items with my theme
- Why aren’t my post showing under my custom menu?
- Using my WordPress menu on another platform
- How to style a specific nav menu item?
- remove class “sub-menu” from wordpress drop down menu
- Add a submenu to wp_nav_menu
- remove menu items if user can’t read
- Automatically going to the first page in a hierarchy?
- rearrange the posts by published date in Menu posts selection
- Setting color of specific menu items depending on page or post tag
- sub menu link is not working
- wp_get_archives doesn’t take effect from css or html
- Orderby menu_order not working; menu is sorted on publish date
- Change Menu Button Text [closed]
- Menu page with three columns
- Appearance > Menus > Left Sidebar > Add Toggle
- How to open a lightbox form from a navigation menu item
- Efficient wp mobile menu
- Echo Menu located in primary navigation
- Navigation item – current date in url
- Impossible to remove page from menu
- why are my walker menu is showing like this?
- Bootstrap Theme Migrated to WordPress
- How to remove top menu item and font awesome icon in WordPress menu?
- Menu with sub-items but without link
- I can´t make the menu unclickable in an easy way
- 2nd level (drop-down) of the navigation menu not working [closed]
- Add active class to wp_nav_menu
- how to configure this type of menu
- Migrate WP Menu between sites
- show a hidden ul if li is active
- How to style wp_nav_menu?
- How to inject HTML to secondary menu on front end?
- Different colors for navigation bar
- Show Child of Parent Page including all other parents
- WordPress Navigation default output
- Specifying Class style for Menu
- Is there a limit to number of pages displayed for selection in custom menu?
- Convert HTML code to WordPress menu
- Add monthly archives menu and submenu
- wp nav menu – highlighting current page not working properly [closed]
- Hamburger Navigation Menu
- child theme font awesome icons not working
- add dynamic ID for wp_nav_menu after and before