Navigation menu items are stored in the _posts table with post_type = nav_menu_item.
When a new custom menu is added, its entry is added into several tables.
table: _term_taxonomy with a column taxonomy and value nav_menu
term_id is also in table:_terms with the title of menu which is shown in admin panel
table: _term_relationships will contain term_texonomy_id from _term_taxonomy and connection to all object_id which will be linked to all _post table having sub_menu and below level menu
table: _postmeta will contain all the details related to menu and submenu for each object ID from _posts table (post_id)
Viewing 1 reply thread
The support post ‘Menu Link Missing For Event Posts’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.