Great Plugin
-
Great plugin
I couldn’t find a way to get the address itself as text. So I added this to the functions.php .
function pronamic_google_maps_address() { global $post; $address = get_post_meta( $post->ID, Pronamic_Google_Maps_Post::META_KEY_ADDRESS, true ); echo $address; }
- The topic ‘Great Plugin’ is closed to new replies.