Home Home Bulk Import Post-Sale FAQ How to Bulk Import Listings with WP All Import (CS....
Information! Please, in case of any doubt, access the WP ALL IMPORT Documentation. If you're still facing some difficulties, go to our Support Channel and our Team will help you out with any pending doubts.
Alert! IMPORTANT! Bulk import of ADDITIONAL DETAILS (CUSTOM FIELDS) currently NOT SUPPORTED.
Information! Business Hours can also be imported CSV.

PART 1: INSTALLATION

STEP 1: Login to WordPress admin dashboard.

STEP 2: Go to Plugins > Add New

STEP 3: Search for WP All Import, and click Install Now.

Plugin actual name is Import any XML or CSV File to WordPress.

STEP 4: Click Activate

STEP 5: Go to Plugins > Add New

STEP 6: Click Upload Plugin

STEP 7: Click on Choose File, and upload listingpro-Bulk-import-addon.zip.

Latest listingpro-Bulk-import-addon.zip file is included with the theme bundle under Bulk Importer Add-on folder.

STEP 8: Click Install

STEP 9: Click Activate Plugin


PART 2: IMPORTING LISTINGS (CSV)

STEP 1: Login to WordPress admin dashboard.

STEP 2: Go to All Import > New Import

STEP 3: Select Upload a file or  Download from URL

STEP 4: Find CSV file and upload.

To create an import ready file use the following sample CSV template. Click the green button below.
Download CSV Import Template

 

STEP 5: Select New Items > Listings next to Creat new drop-down.

STEP 6: Click on Continue to Step 2

Review the total number of listing and each field to be imported and go to next step.

STEP 7: Click on Continue to Step 3

STEP 8: Drag the fields (Example: title) from the right column (data pulled from imported CSV) into the respective listing fields on the left.

Continue this for all the fields to import. Additional fields such as Tagline, Google Address, Phone, Email, etc will be under Listingpro Add-On.

STEP 9: Under Gallery Images drag the images field (Example: photos) from the right column.

For CATEGORIES

STEP 10: Under Taxonomies, Categories, Tags check Categories and drag the category from the right column.

For creating and assigning subcategories, see the screenshots below

 

For FEATURES

STEP 11: Under Taxonomies, Categories, Tags check Features and drag the feature from the right column.

For TAGS

STEP 12: Under Taxonomies, Categories, Tags check Tags and drag the Tag from the right column.

For LOCATION

STEP 13: Under Taxonomies, Categories, Tags check Locations and drag the Location from the right column.

STEP 14: Click on Continue to Step 4

STEP 15: Next to Unique Identifier field, click on Auto-detect

STEP 16: Click on Continue

STEP 17: Click on Continue & Run Import and wait until it says Import Complete!

 

To assign pricing plans as part of the listing import you need the pricing plan id which you can get it by go to wp-admin > pricing plans and if you mouse-over any of the pricing plan you will get the post id which is the pricing plan id. See screenshot below


PART 3: IMPORTING LOCATIONS (CSV)

Locations can be bulk imported as part of the above mention Importing Listing process explained in PART 2 or separately as shown below.

Is your Google Map not showing on listing details after the bulk import? Read this article.

STEP 1: Login to WordPress admin dashboard.

STEP 2: Go to All Import > New Import

STEP 3: Select Upload a file or  Download from URL

STEP 4: Find CSV file and upload.

To create a import ready file use the following CSV Template – sample-locations.csv

STEP 5: Select New Items > Listings next to Create new drop-down.

STEP 6: Click on Continue to Step 2

Review the total number of listing and each field to be imported and go to next step.

STEP 7: Click on Continue to Step 3

STEP 8: Drag the fields (Example: title) from the right column (data pulled from imported CSV) into the respective listing fields on the left.

STEP 10: Under Taxonomies, Categories, Tags check Location and drag the location from the right column.

STEP 11: Click on Continue to Step 4

STEP 12: For Unique Identifier field enter Location.

STEP 13: Click on Continue

STEP 14: Click on Continue & Run Import and wait until it says Import Complete!

Go toListings > Locations to check all the locations from the CSV imported successfully.

 


PART 4 (Optional): BUSINESS LOGO

Currently, we do not have an option available for importing the business logo in the CSV file. But here’s an alternative solution available which works for our customers who want to import the business logo.

Before you import logo using ListingPro bulk import addon, please modify the following two files:

File Name: listingpro-add-on.php
File Path: /wp-content/plugins/listingpro-Bulk-import-addon/

Go to line 75, add this:

$listingpro_addon->add_field( ‘business_logo’, ‘business_logo’, ‘text’, null, ‘business_logo’ );

Go to line 121 add this:

‘business_logo’,

To test make sure the following fields are now available in WP Bulk Import.

Or you can download an already modified file and replace after backing up: Download Now (Unzip after downloading)