Title: SIMPLEMAP plugin &#8211; custom markers
Last modified: August 20, 2016

---

# SIMPLEMAP plugin – custom markers

 *  [emazero](https://wordpress.org/support/users/emazero/)
 * (@emazero)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/simplemap-plugin-custom-markers/)
 * hello
    can’t find how to customize markers in simplemap plugin. anyone knows 
   how to? I didn’t find any solutions about… please help me
 * thanks
    ema

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

 *  [Mark](https://wordpress.org/support/users/wpsec/)
 * (@wpsec)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/simplemap-plugin-custom-markers/#post-2352268)
 * Add the code below to the functions.php file for your theme. Then put an image
   called marker.png into the images subdirectory of your theme. That’s it.
 *     ```
       add_action( 'wp_head', 'custom_markers' );
   
       	function custom_markers() { 
   
       		?>
       		<script>
       			function simplemapCustomMarkers() {
       				var blueIcon = new GIcon(G_DEFAULT_ICON);
       				blueIcon.image = "<?php echo get_bloginfo('stylesheet_directory') ?>/images/marker.png";
       				return { icon: blueIcon };
       			}
       		</script>
       		<?php
   
       	}
       ```
   
 *  [Glenn Ansley](https://wordpress.org/support/users/blepoxp/)
 * (@blepoxp)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/simplemap-plugin-custom-markers/#post-2352269)
 * This only works 2.3 and below. There is updated code for 2.4+ with Google’s updated
   API.

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

The topic ‘SIMPLEMAP plugin – custom markers’ is closed to new replies.

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Glenn Ansley](https://wordpress.org/support/users/blepoxp/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/simplemap-plugin-custom-markers/#post-2352269)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
