• Resolved SJS719

    (@sjs719)


    I cannot get WP All Import to accept and populate the correct GEO information that I need to place into the GEO My WP fields. I have tried using custom fields to identify the info but to no avail. Has anyone successfully used WP All Import to import their GEO info into Geo My WP?

    https://wordpress.org/plugins/wp-all-import/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Tools –> Import and chosse WordPress
    Then if you don’t have plugin WordPress Import you can click install and activate when you finish.

    Thread Starter SJS719

    (@sjs719)

    Thanks William,

    How would I label the CSV fields in order for the default WordPress importer to know which info to populate?

    For example, if I need to import the street, city, state, state (long), zip code, address, and google formatted address into GEO My WordPress how would I label these fields in my CSV file prior to import?

    Plugin Author WP All Import

    (@wpallimport)

    Hey SJS719,

    It is not about the names you give to the fields on the CSV. But that you assign the fields correctly when setting up the import. The fields themselved can be named whatever you need or get from the export.

    The other issue is the actual format of the data. the GEO My WordPress would have specific requirements regarding the format of the data you need to import, and if you import a format that does not match that then the data would not be read in correctly and your post would be invalid.

    Thread Starter SJS719

    (@sjs719)

    Thanks WP All Import,

    I guess the issue is that GEO MY WP doesn’t store the address in the wordpress database, it uses it’s own database so I cannot populate the correct fields in the GEO MY WP database since it is not a taxonomy, term or custom field in $wpdb.

    Plugin Author WP All Import

    (@wpallimport)

    It might not be very fun, but what you can do in that case is store the data in a custom field and then use the pmxi_saved_post hook to add the value of the custom field to wherever your plugin needs it to be.

    You can read more about WP All Import’s action reference here: http://www.wpallimport.com/documentation/developers/action-reference/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Does WP All Import Work with Geo My WordPress?’ is closed to new replies.