Love this plugin. Super simple. I wrote a quick import script that can import locations via a directory of CSV files. It adds a button to the admin backend via a notice. It’ll take a little bit of editing on your part to set up the columns of your CSV (so please only use this if you’re a developer and understand what I’m saying). It reads all of your CSV data into an array of locations and creates posts from there (feel free to var_dump
to see the data and make sure it’s correct).
Currently, it’s set up to insert 25 posts per run, which can be upped if your server can handle the request time. It will not insert duplicates. It fires off a request to the Google Maps API for each location, so keep that in mind while testing as they do have a per-day usage limit. I’ve used this to insert ~2000 locations from a single CSV. Here’s the gist: https://gist.github.com/ezekg/7a839c615f905499ae46
Tijmen Smith, let me know if you don’t want this posted here and I’ll remove it. I don’t want to infringe on the add-on that I’m sure you’ve been working hard on.