benhuson / WP-Geo

WP Geo is a location plugin for WordPress that uses Google Maps. Current stable version can be downloaded from WordPress Extend.
https://wordpress.org/plugins/wp-geo/
25 stars 18 forks source link

WP Geo Recent Locations widget #71

Closed faxuno closed 8 years ago

faxuno commented 9 years ago

Hello!

I'm the webmaster of www.lightheplanet.net

Is it possible to have the "WP Geo Recent Locations" widget in a new page of the blog?

I mean, there is a code to catch to insert the same map with customized width and height in a single page?

snecz commented 8 years ago

Hello, do you have WP Geo widget working?

faxuno commented 8 years ago

Yes, you can see in the website ...

benhuson commented 8 years ago

Do you want to display the same map but in a page/post rather than a widget in the sidebar?

You can do this with the [wpgeo_mashup] shortcode.

By default this shows all markers but you should be able to limit it to a number of recent ones using the posts_per_page attribute.

[wpgeo_mashup posts_per_page="10"]

snecz commented 8 years ago

Thanks, working great now :)