Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Posts in Map

Descriere

Add short code [gmap] to insert in post a google map with advanced features (overlays, clusters, callbacks, events…) and place geolocalized post (with custom fields) in this map

To view post in map, you use this custom field :
* geolocation : set here GPS coordinates for post
* marker : set here url for marker icon. (optional)

To view map in a post, you use this short code ;
[gmap width=w height=h border=b posttype=p taxonomy=t term=r maxpost=m centermap=c animate=a]

where
* w,h are size of map (default is 500px and 300px)
* b is css-like style for map border (default is brown solid line)
* p is post-type (default is post)
* r is a term for taxonomy t to filter post (default is all post, without taxonomy filter)
* m is max number of post view in map
* c il gps coordinates of centre of map
* a is 0 for not animated marker, 1 for drop marker, 2 for bouncing marker

For more information visit http://gmap3.net/

Javascript by Jean-Baptiste DEMONTE.

Coming soon

  • custom field for post to use area instead marker
  • custom field to use address in geolocalized post instead coordinates
  • short code to view map bottom custom field geolocation

Instalare

  1. Upload post-in-map to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. add custom field ‘geolocation’ and ‘marker’ in post that you want view in maps
  4. add short code in post to view map

Its recommended to flush the cache after upgrading.

Întrebări frecvente

None at this moment.

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Posts in Map” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Tradu „Posts in Map” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

0.3

  • add icon property
  • bugfix

0.2

  • add shortcode
  • add post geolocation reading

0.1

  • only include js