Change address link text to "Click here to open Google Map"

@ihor

Is it possible to use a PHP snippet to change the address link text to static text? For example, instead of the address links showing the address or plus code, I would like all address links to simply show “Click here to open Google Map”.

Thanks in advance!

Hi,

Thanks for the details. Yes, it is possible, but it will require custom implementation. You can overwrite the template part hivepress-geolocation/templates/listing/view/listing-location.php at master · hivepress/hivepress-geolocation · GitHub using this doc How to override template parts - HivePress Help Center and there, instead of <?php echo esc_html( $listing->get_location() ); ?> specify any text.

I hope it helps

Thank you for your reply! Does that mean it is not possible to do it with a PHP snippet?

Hi,

Unfortunately, there is no simple snippet for this; it will require rewriting the template part through a child theme.