Thank you for the great plugin already. With a lot of options there often comes a lot of questions. Here I have one, hope you can help me out.
I’m using your plugin in combination with the events calendar pro. I’m using the {_EventStartDate} value to add the start date of an event in de content of the search results. But this _EventStartDate is valued Y-m-d g:i:s and I would like to display them like: j F Y.
Is there a way I can do that in de results content box?
The only possible solution there is to use a custom code to fetch the date, and then transform it to the desired format. Instead of the advanced field, I have constructed a custom code that may help.
Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!