Hi,
I have the pro version. I’m creating a map of organisations with various custom fields including website and social media links. I would like to customise the marker listing in the following ways (and perhaps others):
- Make website field (custom field) into a link
- Concatenate social media fields (one for facebook, one for instagram, etc) into one column and replace the text with social media icons linked to the urls
- Remove the built-in fields such as “description”.
I don’t see any way to do this in the user interface. But I’m a PHP developer and am happy to write custom code. I would like to hook into the marker listing, and have the marker data available so that I can manipulate and display it the way I want, and output my table instead of the standard one. Is this possible?
My goal is to allow users to upload a csv of organisations, which would then populate the map and also a table below the map. I am thinking, if I could use the built in marker listing functionality to create the table, it will simplify things.
If there are no hooks for this kind of customisation, then I guess my other option is to import the csv as a set of posts with ACF fields and then create a map that draws from those posts using the ACF functionality, and also separately create a table that displays the posts. This solution also has its merits but I’m just looking at what the options are.
Thank you