How To Change the “Show on Google Maps” Text

  1. Home
  2. Docs
  3. Januas
  4. Frequently Asked Question...
  5. How To Change the “Show on Google Maps” Text

How To Change the “Show on Google Maps” Text

This change will affect all events of the site. You can give any text that you want and link it.
To do this, follow the instructions below.

1. Please make a backup of the files you are about to edit before any updates.

2. Open the file wp-content/themes/januas/lib/metaboxes/metabox-map.php

3. You will find this code below:

<a href=”https://maps.google.it/maps?q=<?php echo $map_address_link; ?>” target=”_blank”><?php _e(‘Show on Google Maps’, ‘januas’); ?></a>

4. Replace the text “Show on Google Maps” to any other words that you want, and replace the

https://maps.google.it/maps?q=<?php echo $map_address_link; ?>” with the link that you want.

5. Update the file

Was this article helpful to you? Yes 1 No