• Hi,
    I currently have 2 menus on my site, primary menu in the header and a secondary menu in one of the pages.
    The secondary menu is made up of Custom Links only, directing to a different website.

    I now need to remove the secondary menu but move the custom links in to the primary menu… is this possible?

    I thought I may be able to do it in the database but I can’t find the menu in the tables.

    Thanks
    Tony

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The menu items are post_type “nav_menu_item” and which menu they belong to is a term in the “nav_menu” taxonomy. Where the item appears in the list is saved as the item’s menu_order value.

    While you could hack the DB tables to change which menu the items belong to, it’s a risky operation to do manually. IMO you’re better off copy/pasting the link URLs into new menu items.

Viewing 1 replies (of 1 total)

The topic ‘Move Menu Custom Item’ is closed to new replies.