• Hi, I’ve using wp menubar for most of WP development, I’m working on the site with large amount of navigation Item, under my local machine, and eventually moving it a testing hosting, then to a live server, I’m wondering if there is way to export the menubar data from my local machine, then import them to live server?

    that way I dont have to do all the navigation all over again, in case I have to do it 3 times. 🙁

    best regards

    BOD

Viewing 1 replies (of 1 total)
  • Hi BOD,

    there is no automatic way to export and import Menubar data, but you could try to copy the ‘menubar’ option value from one DB to the other, with a tool like phpMyAdmin.

    Go the ‘options’ table of the development site and locate the record with option_name ‘menubar’, then copy the content of the option_value field from that record to the corresponding record in the live site.

    That works immediately as long as the post IDs, category IDs and so on are the same in both sites, otherwise you’ll have to edit your menu items after importing them.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Menubar 4.7] How to move menubar data from localserver to live server?’ is closed to new replies.