Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Nita

    (@nitayang)

    /**
     * Template snippet
     */
    if ( function_exists( 'pronamic_google_maps_mashup' ) ) {
    	pronamic_google_maps_mashup(
    		array(
    			'post_type'      => 'post',
    			'nopaging'       => true,
    			'category_name' => 'map1'
    		), array(
    			'width'          => 595,
    			'height'         => 500,
    			'map_type_id'    => 'roadmap',
    			'marker_options' => array(
    				'icon' => 'http://maps.google.com/mapfiles/ms/icons/blue-dot.png'
    			)
    		)
    	);
    }
    
    ?>
Viewing 1 replies (of 1 total)