SmartRedFox has written 30 articles

How do I pull custom fields into the description?

The mlp_location_description filter gives you access to the description field before it is sent to the front end. Here you can get fields from the database and add and change the description text. Custom fields created with the Map List Pro mlp_location_metaboxes filter are passed to the function along with the description html, and the…

How to add extra fields to the location editor

Yes. You can add additional fields to the editor by adding some code to your theme’s functions.php file. The code you need is:

For a full list of the field types you can use take a look at this page. Note: Map List Pro may not support all of the field types listed.