Title: Import in Custom Post-Type
Last modified: December 10, 2016

---

# Import in Custom Post-Type

 *  [adisabeba](https://wordpress.org/support/users/adisabeba/)
 * (@adisabeba)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/import-in-custom-post-type/)
 * Hi,
    it works nice job guys I bought the premium version and the import is running
   great.
 * Now I have a calendar in my theme, and I have to use it. Because I need a Filter
   and a Grid view by country etc… anyway.
 * I want to import via your PlugIn into to other Event Plugin. So it should fill
   all the SQL Tables of the other plugin. So I have to create a mapping, my question
   is it only to adjust the fb_import_action.php.
 * e.g. start_time change to Otherpostype_Start_time, or do I missed something?
 *  $i++;
 *  update_post_meta($post_id,’event_timezone’,$timezone);
    update_post_meta($post_id,’
   start_time’,$startDate); update_post_meta($post_id,’event_starts’,$startDate);
   update_post_meta($post_id,’event_starts_sort_field’,$startDate); update_post_meta(
   $post_id,’event_ends’,$endDate); update_post_meta($post_id,’end_time’, $endDate);
   update_post_meta($post_id,’facebook_event_id’, $eId); update_post_meta($post_id,’
   location’,$location); update_post_meta($post_id,’ticket_uri’,$ticket_uri); update_post_meta(
   $post_id,’fb_event_uri’,$fb_event_uri); update_post_meta($post_id,’geo_latitude’,
   $lat); update_post_meta($post_id,’geo_longitude’,$long); update_post_meta($post_id,’
   venue_email’,$emailAddress); update_post_meta($post_id,’venue_phone’,$phone);
   update_post_meta($post_id,’venue_website’,$website); update_post_meta($post_id,’
   facebook’,’[https://facebook.com/&#8217](https://facebook.com/&#8217);.$username);
   update_post_meta($post_id,’venue_desc’,$venue_desc); update_post_meta($post_id,’
   venue_name’,$venue_name);
 *  }
 * [https://wordpress.org/plugins/facebook-events-importer/](https://wordpress.org/plugins/facebook-events-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * (@jprescher)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/import-in-custom-post-type/#post-6774335)
 * Dude, Trying to merge two plugins is way beyond the scope here. Sorry. If no-
   one else has made any suggestions this should be closed.

Viewing 1 replies (of 1 total)

The topic ‘Import in Custom Post-Type’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-events-importer_212121.svg)
 * [Facebook Events Importer](https://wordpress.org/plugins/facebook-events-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-events-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-events-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-events-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-events-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-events-importer/reviews/)

## Tags

 * [custom import](https://wordpress.org/support/topic-tag/custom-import/)
 * [post-type](https://wordpress.org/support/topic-tag/post-type/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/import-in-custom-post-type/#post-6774335)
 * Status: not a support question