[ad_1]
I’m looking for a WordPress plugin that allows me to connect to an SQL database to fetch information that is current for all our locations. A button on our site will say “Find a Store”. Then take you to a search page or map page.
I don’t need different store categories (such as restaurants, coffee shops, salons, etc.) since it’s just one store type.
Does anyone have any suggestions?
[ad_2]
You will not find a plugin that connects to an external DB out of the box, however, you could build an app to connect your DB with the WP REST API. Our GeoDirectory plugin is fully compatible with the WP REST API.
Connecting to an external DB, that’ll probably need to be custom built for you.
Another thing you can do is set up a listing theme such as ListingPro and Import the entries into the website. You’ll need to fiddle a bit with the CSV, but that’s the best way to achieve what you want.
You’ll need WP All Import to do this.