

Creating a new event
Running a meetup, a user group, a conference, or a class? GatherPress gives you what you need to publish events, collect RSVPs, and keep everyone in the loop, all from your own WordPress site.
Your events live on your site. You own the data, you control how it looks, and you keep the relationship with the people who show up.
GatherPress is built by the WordPress community for the people who organize it: meetup organizers, WordCamp teams, user groups, and anyone else who gets people together in a room. It is free, open source, and shaped by the people using it every day.
Hit the Live Preview button on this page to open a working demo in your browser. No signup, no setup, and real data to click around in.
Prefer to watch first? There is a short intro demo.
GatherPress is built in the open, and contributions are always welcome, whether that is code, translations, documentation, or just telling us what broke.
This plugin connects to external services to provide address autocomplete, geocoding, and map tiles for venues. Each service has its own filter so you can point at a self-hosted alternative or disable the feature.
Used to resolve venue addresses into latitude/longitude coordinates and to power the address autocomplete dropdown while editing a venue. The plugin proxies these requests server-side: your WordPress site sends the search query string and a User-Agent identifying the site (plugin version, WordPress version, site home URL) to the Photon API. Responses are cached on your site for 15 minutes.
Override the endpoint (for a self-hosted Photon instance) with the gatherpress_photon_api_url filter.
Default map tile provider when the OpenStreetMap map platform is selected. When a venue map is displayed on the front end or in the editor, the visitor’s browser requests raster tiles directly from basemaps.cartocdn.com. No data beyond the standard tile coordinates (zoom, x, y) and the visitor’s IP / browser headers is sent.
Override the tile URL or attribution with the gatherpress_interactive_map_tile_url and gatherpress_interactive_map_tile_attribution filters.
Alternative map provider, only used when a site opts in by choosing “Google Maps” in GatherPress settings. What the visitor’s browser requests depends on whether a Google Maps API key is configured:
Either way the request carries the venue coordinates, the visitor’s IP, and standard browser headers. A configured API key travels with the request and is visible in the page source, so restrict it by HTTP referrer in Google Cloud.
Map and address data used by Photon and CARTO are sourced from OpenStreetMap contributors (https://www.openstreetmap.org/copyright).