I had the same problem but I was successful importing from an self produced xml (for the postmeta).
<wp:postmeta>
<wp:meta_key>telefono</wp:meta_key>
<wp:meta_value><![CDATA[$tel_azienda]]></wp:meta_value>
</wp:postmeta>
The problem was that after that the data were not available to use with MF, I’ve solved it with this mysql query:
INSERT IGNORE wp_mf_post_meta (`id`, `group_count`, `field_count`, `post_id`, `field_name`, `order_id`)
SELECT `meta_id`, 1, 1, `post_id`, `meta_key`, 1 FROM `wp_postmeta` WHERE `meta_key` = 'mini_descrizione' OR `meta_key` = 'imagen_en_categoria' OR `meta_key` = 'direccion' OR `meta_key` = 'codigo_postal' OR `meta_key` = 'ciudad' OR `meta_key` = 'provincia' OR `meta_key` = 'telefono' OR `meta_key` = 'email'OR `meta_key` = 'web' OR `meta_key` = 'google_map'
It copies the metas from the wp_postmeta
table to the wp_mf_post_meta
.
Related Posts:
- Importing users to Buddypress with custom fields
- Importing data for advanced custom fields plugin?
- importing data from non-wordpress mysql db
- Query meta field using between
- Move value of one custom field to another
- Get multiple custom field values in a $wpdb query [duplicate]
- Difference between ‘LIKE’ and ‘IN’ in meta queries
- Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
- little help with a mySQL query to wp database
- MySQL query to set wp_postmeta using term_taxonomy_id value
- MySQL Query that looks for post with Custom Field, then changes Category
- Unique Post Meta Values
- Add custom field to all posts in specific post_type
- UPDATE on SELECT results. A SQL query to swap Author with Meta Box value
- Importing WordPress Posts With Custom Meta Data As CSV Files Through PHPMyAdmin
- Copy price categories to custom field
- If I update WordPress my custom data will be deleted from the wp_users table?
- Update post meta data (custom field) by post link
- Help setting up a sql query
- Hide / Show Custom field depending of the page ID (Magic Field 2)
- wpdb function insert doesn’t work
- How to improve my non-unique metadata MySQL entries?
- Delete a custom field in mysql for all posts with specific category id
- use mysql to replace one custom field value with another custom field value
- Copy url from post_content to custom field
- Convert many posts from having a specific meta_key to use a post_format
- Custom Search, MySql Query Gone Wrong?
- Can running a WP-Cron to update_post_meta cause performance issues?
- Including inline Custom Fields info with add_filter in functions.php
- Post rating using Custom Field
- Inserting custom fields into new-post.php without using the Custom Fields Template plugin?
- If post custom meta data is not set, show normal state
- Creating an If/Else statement using WPAlchemy MetaBox radio boxs
- How can I duplicate “Add Custom Field” with just JavaScript?
- Sort posts after filtering them through multiple taxonomies
- how to have custom post template including custom write panels for the users to post
- How to get the value of particular get $meta value in wordpress
- How to retrive Custom Fields as Values for a Form field
- Multiple image uploader under editor?
- How can I display only the post titles from a selected category in columns?
- Display agents (custom post type) alphabetically, except one who always shows last
- custom field as a boolean with a checkbox?
- Use custom field value as href
- add_post_meta insert null value into Database
- Make Custom Fields Public in JSON – API
- Pagination not displaying correct number of pages
- Update field name without losing the value
- get adjacent post by meta key and meta value
- Custom registration form and custom field
- Advenced custom fields auto fill problem
- Cannot Hide Google Map if custom field is blank
- Display custom field outside the loop
- Adding custom field to an array
- How to implement jquery-ui autocomplete into custom fields?
- unlink() doesn’t delete the uploaded file
- Get single image from custom fields made with WCK custom fields creator
- Post count by meta_key meta_value [closed]
- How do i output images from URL’s added to the same custom field key
- Change post status by custom fields
- Add Custom field under the post title [closed]
- Display custom field value into content with hyperlink
- woocommerce how in checkout to add my custom field check box, and when i check it hide the shipping adress and add tax 19% [closed]
- Add image custom attribute [closed]
- how to add radio field on user meta on function.php?
- How can I attach files without using a plugin?
- Media Custom Fields – get a value with PHP
- Check if a field is capitalized?
- Retrieving custom field as shortcode
- Using CMB2 Plugin to create text_date metabox (datepicker) How do I save multiple dates? [closed]
- price calculation from custom field (woocommerce) [closed]
- Advanced Custom Fields for Header that are Editable from a Page [closed]
- Hiding custom fields when content is empty [closed]
- Show or hide custom fields by user’s role [frontend]
- Cannot save values to custom fields for variations on Woocommerce 2.4.6
- Website that sells statistics
- Send checkout page custom field in order email
- Custom fields doesnt work well with any postTAB plugin
- Colecting values from custom field checkboxes and displaying them in the post
- Extract array from custom field
- Add values of post meta fields?
- Build Array from Input Fields question
- Show div based on custom meta value
- How to mark a image attachment as background image?
- Custom field for image, not showing image!
- Associate an image with a post to show it in a slideshow
- extra post fields for url + youtube video / implementation
- How do delete a meta key?
- file upload user profile
- i want to send email on custom post field (job_status == 2) but it is not working
- Filter Query Post by Custom Fields(by date)
- Show only first image of multiple image field
- How to add google map to custom field
- update_post_meta based on acf repeater field
- Can’t sort custom column on user.php by number / meta_value_num?
- Foreach giving one too many list items, how can I remove the last empty line?
- Need to call this php function inside a modal window from text widget
- Custom field not showing
- Change Fields of Comments and make them searchable?
- Display filesize of custom field value
- I used a custom field for header image and can’t get it to show up on posts