We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b2a28 commit d052288Copy full SHA for d052288
templates/archive/fields/google-map.php
@@ -95,7 +95,7 @@
95
<div class='directorist-info-item map-listing-card-single__content__address'>
96
<?php directorist_icon( 'fas fa-map-marker-alt' ); ?>
97
<div class="map-listing-card-single__content__location">
98
- <?php echo esc_html( $ls_data['address'] ); ?>
+ <?php echo $ls_data['listings']->get_the_location() ?>
99
</div>
100
101
<?php
templates/archive/fields/openstreet-map.php
@@ -90,7 +90,7 @@
90
91
92
93
94
0 commit comments