Title: Editing &quot;View on Map&quot; text
Last modified: August 22, 2016

---

# Editing "View on Map" text

 *  Resolved [froddis](https://wordpress.org/support/users/froddis/)
 * (@froddis)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/editing-view-on-map-text/)
 * Hi Ian:
 * Firstly, thank you for such a great plugin! We’re using it on a large site with
   over 250 placemarks and translated using WPML, the plugin has been easy to setup
   and use especially for our clients!
 * We had to modify the List Output so I created a Functionality Plugin (as you 
   suggested in another help ticket) which has worked really well so far. I’m now
   trying to edit the “view on map” text which is done through your shortcode-bgmp-
   list-marker.php file but I’m struggling to find the right filter to adjust this
   text through our functionality plugin.
 * Also, we wanted to modify the list output to sort by the placemarks sort order
   and while I found the “orderby” functions in your plugin’s core.php I again have
   been unable to figure out how to edit this using our functionality plugin.
 * If you could point me in the right direction to make these changes I’d really
   appreciate it!
 * [https://wordpress.org/plugins/basic-google-maps-placemarks/](https://wordpress.org/plugins/basic-google-maps-placemarks/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/editing-view-on-map-text/#post-5740355)
 * You can use the `bgmp_list-shortcode-params` filter to change the order of the
   posts in the list.
 * The “View on Map” text is internationalized, so if you just need it translated
   into your language, then check out the translation notes at [https://wordpress.org/plugins/basic-google-maps-placemarks/other_notes/](https://wordpress.org/plugins/basic-google-maps-placemarks/other_notes/)
 * There isn’t an option to change the text to an arbitrary value, but you could
   use JavaScript to do that, by targeting the links with the `bgmp_view-on-map`
   class.
 *  [Raz](https://wordpress.org/support/users/razique/)
 * (@razique)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-view-on-map-text/#post-5740466)
 * Hi,
    Are you sure the “View on Map” is internationalized? i’ve been trying to
   change this text as well, but no success. I’ve the same issue, and looking through
   the PO file, I don’t see any entry for this string. Looking at the code:
 *     ```
       [<a href="javascript:;" data-marker-id="<?php esc_attr_e( $p->ID ); ?>" class="<?php esc_attr_e( self::PREFIX ); ?>view-on-map">View On Map</a>]
       			</span>
       ```
   
 * Thanks!
 *  [Raz](https://wordpress.org/support/users/razique/)
 * (@razique)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/editing-view-on-map-text/#post-5740467)
 * Ok, I downloaded the version 2.0 from the trunk, and updated the PO file, with
   the new entry. “View on map”

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Editing "View on Map" text’ is closed to new replies.

 * ![](https://ps.w.org/basic-google-maps-placemarks/assets/icon-128x128.png?rev
   =1152531)
 * [Basic Google Maps Placemarks](https://wordpress.org/plugins/basic-google-maps-placemarks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/basic-google-maps-placemarks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/basic-google-maps-placemarks/)
 * [Active Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/basic-google-maps-placemarks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/basic-google-maps-placemarks/reviews/)

## Tags

 * [bgmp](https://wordpress.org/support/topic-tag/bgmp/)

 * 3 replies
 * 3 participants
 * Last reply from: [Raz](https://wordpress.org/support/users/razique/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/editing-view-on-map-text/#post-5740467)
 * Status: resolved