Title: Mapping
Last modified: August 31, 2016

---

# Mapping

 *  Resolved [motion2082](https://wordpress.org/support/users/motion2082/)
 * (@motion2082)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mapping/)
 * Hey guys,
 * Is mapping possible with this plugin?
 * [https://wordpress.org/plugins/realhomes-xml-csv-property-listings-import/](https://wordpress.org/plugins/realhomes-xml-csv-property-listings-import/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mapping/#post-7319538)
 * Yes, we have mapping available for some things like custom fields and taxonomies.
   To map other fields, you’ll need to write a custom function, like this one:
 *     ```
       function category_replace( $str ) {
   
           $replacements = array(
               "find_this" => "replace_with_this",
               "then_find_this" => "and_replace_with_this"
           );
   
           return str_replace( array_keys($replacements), $replacements, $str);
       }
       ```
   
 * You can read more here: [http://www.wpallimport.com/documentation/developers/execute-php/](http://www.wpallimport.com/documentation/developers/execute-php/)

Viewing 1 replies (of 1 total)

The topic ‘Mapping’ is closed to new replies.

 * ![](https://ps.w.org/realhomes-xml-csv-property-listings-import/assets/icon-256x256.
   png?rev=2570168)
 * [WP All Import – Property Import for RealHomes](https://wordpress.org/plugins/realhomes-xml-csv-property-listings-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/realhomes-xml-csv-property-listings-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/realhomes-xml-csv-property-listings-import/)
 * [Active Topics](https://wordpress.org/support/plugin/realhomes-xml-csv-property-listings-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/realhomes-xml-csv-property-listings-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/realhomes-xml-csv-property-listings-import/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/mapping/#post-7319538)
 * Status: resolved