Put post title & location in bubble description?
-
I’d like to minimise the amount that users have to put into the form to get their map. Is there a way to have to have the post title and/or the map’s address automatically put into the map marker’s bubble description? Rather than having to put in a description manually?
I tried fiddling with the code and changed:
$description = wp_kses_post($description);
to
$description = wp_kses_post($address);… but as far as I can see it hasn’t changed anything.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Put post title & location in bubble description?’ is closed to new replies.