• Hi,
    I have created custom field for menu item. (Ex: _menu_item_hide = hide), all data saves in exported .XML file, but whenever I import .XML file to other location, all data saves in database except custom fields which I have created.
    custom field saves in .XML file in below format.

    <wp:postmeta>
      <wp:meta_key>_menu_item_hide</wp:meta_key>
      <wp:meta_value><![CDATA[hide]]></wp:meta_value>
    </wp:postmeta>

    what will be the proper solution for this??

    Regards,
    Mangrio

  • The topic ‘Lost WordPress menu custom field data while importing .XML file’ is closed to new replies.