kunalb / EventPress

Events Plugin for WordPress and BuddyPress
http://wordpress.org/extend/plugins/eventpress
24 stars 7 forks source link

Adding support for geotagged posts. #8

Closed trusktr closed 13 years ago

trusktr commented 13 years ago

I use a plugin called "WP Geo" to tag each post with a location. It'd be cool to somehow integrate the two so that you can choose locations (geotagged posts) to hold events at.

kunalb commented 13 years ago

Hmm—while this is an interesting idea, it's not exactly a very general thing. You can try modifying the metabox for venues in EventPress to automatically pick up suggestions from the list of post. A fairly non invasive way might be using a javascript popup in the admin end to give location suggestions from your source (perhaps a query for geotagged posts) and a filter/modifying ep/themes/wp/event-details.php to link to the event location when showing the venue.