Hi,
I have a rather simple question. I have a site that lists hundreds of hotels, museums, restaurants, etc. Each of those “listings” uses the wp_posts table a postID, title, description. The wp_postmeta links that postID with address, city, state, zip, geoaddress, long / lat, phone, email, working hours, social profiles, and many more specifications for that listing (location, category, accessibilities, amenities, etc). All of these listings can be searched and filtered to narrow the results.
I have purchased the Pro calendar so that I can now add events to these listings, which are NOT community events. I do NOT anticipate having one calendar with all events. Instead I intent to have weekly calendars filtered by “venue” and/or “location”. Note: Locations in my listing are pre-defined like a category. They could be downtown, county, regional, etc
But, rather than entering hundreds of vendors (with contact info) and ultimately maintaining two separate lists, I am wondering if I can call the post_ID from my hundreds of listings to use in the drop down vendor list when entering an event. I am not concerned with any of the vendor information specifically, in fact would only need the vendorID to be the same as my listingID.
I’m thinking this wold be a a very simple code, in the admin post new (or edit), that calls a different post type listing instead of tribe_venue. Am I correct?