Primary navigation menu with timed items from custom post type
Yes, I think it should be possible to add and remove nav menu items programmatically. You can use either wp_nav_menu_objects or wp_nav_menu_items filter to edit a nav menu. Or if you can edit the menu walker, you could add the event items inside it. With the first filter you could use wp_update_nav_menu_item to create and … Read more