Linux 软件免费装

MeetPure Events

开发者 meetpure
rajuru
更新时间 2026年6月18日 22:08
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode event calendar events event listing meetpure

下载

0.2.2 0.2.1 0.2.3 0.2.0 0.1.28 0.2.25 0.2.27

详情介绍:

MeetPure Events connects your WordPress site to the MeetPure platform. It fetches your published events via the MeetPure API and displays them in a beautiful, responsive card grid. Individual events open in a full detail page — with cover image, date, location, description, speakers, agenda, and a CTA button — all without leaving your site. Plugin repository: https://wordpress.org/plugins/meetpure-events Features

安装:

  1. In your WordPress admin go to Plugins → Add New.
  2. Search for MeetPure Events or click Upload Plugin and select the ZIP file.
  3. Click Install Now, then Activate.
  4. Go to Settings → MeetPure Events and enter your API Token and Team ID.

升级注意事项:

0.2.27 Adds the CSS Override tab with block-specific shortcode style editors and updates plugin co-authorship. 0.2.25 Finalizes the image controls release with review follow-up fixes. 0.2.4 Adds event card cover image controls and refreshes connection-status validation after settings saves. 0.2.3 Adds ticket rendering, single event SEO/social metadata, settings connection status, improved title scoping, and uninstall cleanup. 0.2.1 Shows full event cover images in the grid, normalizes event date ordering, and adds top_radius / bottom_radius card rounding controls. 0.2.0 Adds event grid pagination, refreshes the settings UI, and tightens API token validation. Review any shortcode usage that relied on team_id. 0.1.4 Compatibility update for WordPress 6.9. 0.1.2 Fixes events grid spacing and adds min_width attribute. Recommended. 0.1.1 Container-width responsive grid; cards adapt to their own width. 0.1.0 Initial release.

常见问题:

Where do I find my API Token and Team ID?

For now, API tokens are created by the MeetPure Events support team. Email support@meetpure.com to request a token, and include the exact Team ID configured in your plugin settings so the key is bound only to that team.

Events are not showing up — what should I check?

  1. Confirm your API Token and Team ID are correct in the plugin settings.
  2. Make sure your team has published events.
  3. If you've recently saved settings, the cache has been cleared. Try refreshing the page.

Can I show past events?

Yes — add include_past="true" to the shortcode: [meetpure_events include_past="true"]

How does caching work?

API responses are cached for 5 minutes using WordPress transients. Saving the plugin settings clears the cache immediately.

Can I customise the HTML layout of the event cards or detail page?

Yes — the plugin supports template overrides. Copy the template you want to change from the plugin's templates/ folder into a meetpure-events/ folder inside your active theme, then edit freely. Your changes survive plugin updates. wp-content/themes/your-theme/meetpure-events/events-list.php ← events grid wp-content/themes/your-theme/meetpure-events/event-template.php ← single event detail Child themes are checked before parent themes.

Can I customise the styles?

Yes — use Settings → MeetPure Events → CSS Override to add custom CSS for grid lists, single cards, single event details, badges/CTAs, and ticket/speaker blocks. The CSS is rendered after the plugin stylesheet. You can also use the WordPress Customizer (Additional CSS) or your theme stylesheet targeting classes such as .meetpure-event-card, .meetpure-single-event, .meetpure-badge, etc. Yes — you can paste the shortcodes into any page builder that supports WordPress shortcodes (Elementor, Divi, WPBakery, etc.).

更新日志:

0.2.27 0.2.25 0.2.4 0.2.3 0.2.1 0.2.0 0.1.4 0.1.2 0.1.1 0.1.0