| 开发者 | freelancestudioltdco |
|---|---|
| 更新时间 | 2026年7月21日 05:02 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[fslc_calendar] — the full month calendar. Optional attribute: category (pre-filter by category slug).[fslc_mini_calendar] — a compact mini calendar plus an upcoming-events list, made for sidebars. Optional attributes: category, limit (default 5), calendar and upcoming (default true; set either to false to show just one part).[fslc_event_list] — a styled list of events. Optional attributes: category, limit (default 10), scope (upcoming, past, or all), header (default false; adds a month title with previous/next navigation), and filters (default false; adds the category legend).freelance-studio-simple-event-calendar folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.[fslc_calendar] shortcode to any page to display the calendar. Use [fslc_event_list] anywhere you want a simple list.Add the [fslc_calendar] shortcode to any page or post. To show a simple list of events instead, use [fslc_event_list].
Yes. Pass a category slug, for example [fslc_calendar category="workshops"] or [fslc_event_list category="meetings" limit="5"].
Yes. Each event can repeat daily, weekly, monthly, or yearly. Weekly recurrence lets you pick specific weekdays, and you can set an optional end date.
Yes. Every event detail view includes an "Add to Calendar" button that downloads a standard .ics file compatible with Apple Calendar, Google Calendar, Outlook, and other calendar apps.
No. All events and categories are stored in your own WordPress database. The plugin does not call any external service.
[simple_events_cal] and [sec_event_list] shortcode registrations to meet WordPress.org's unique-prefix requirement (every registered name must use the plugin's own prefix). The migrator still rewrites those legacy tags in your content to [fslc_calendar] / [fslc_mini_calendar] and [fslc_event_list], so migrated sites are unaffected.fslc prefix for WordPress.org compliance. Shortcodes are now [fslc_calendar] and [fslc_event_list].wp_unslash() on request data and added full plugin header metadata..ics downloads, and list shortcode.