开发者 | mpol |
---|---|
更新时间 | 2024年11月15日 20:24 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
Translations can be added very easily through GlotPress. You can start translating strings there for your locale. They need to be validated though, so if there's no validator yet, and you want to apply for being validator (PTE), please post it on the support forum. I will make a request on make/polyglots to have you added as validator for this plugin/locale.
You can use a shortcode parameter for showing events only from certain categories (seasons really): [super_simple_event_calendar season="213,212"]
You can use a shortcode parameter for showing events a limited number of events: [super_simple_event_calendar posts_per_page="3"]
You can use a shortcode parameter for showing events with a different status, or from multiple statuses (statii?) in a comma-separated list: [super_simple_event_calendar status="future,publish"]
You can use a shortcode parameter for order of events (either DESC or ASC): [super_simple_event_calendar order="DESC"]
There is a Quick Edit menu option that might suit your needs. Myself I now use a Duplicate Post plugin to add events.
You can add a shortcode to the shortcode block under Appearance > Widgets. It has similar parameters as the widget, like: [super_simple_event_calendar_widget title="My Special Calendar" num_entries="5" season="3" postid="28921"] Defaults are: title = Calendar, title of the widget or block. num_entries = 3, number of events shown. season = 0, show only events from this term. postid = 0, postid of the calendar page, will become a link.