Linux 软件免费装
Banner图

VS Event List

开发者 Guido07111975
更新时间 2024年11月3日 22:00
PHP版本: 5.3 及以上
WordPress版本: 6.7
版权: GPLv3
版权网址: 版权信息

标签

event events simple event list event manager

下载

17.1 17.2 14.1 15.0 15.1 13.9 14.8 15.3 14.2 14.7 17.6 14.3 14.9 15.4 15.8 15.9 14.5 16.2 14.6 17.5 16.3 16.4 16.1 16.5 16.6 16.7 16.8 17.0 15.6 15.7 16.0 16.9 17.3 17.4 17.8 17.9 18.0 14.0 14.4 15.2 15.5 17.7

详情介绍:

About With this lightweight plugin you can create an event list. To display your event list you can use a block, a shortcode or a widget. You can customize your event list via the settings page or with attributes. How to use After installation go to menu item "Events". You can add your events here. Add the VS Event List block or the shortcode to a page to display your event list. Available shortcodes: Or go to Appearance > Widgets and use the VS Event List widget. You can customize your event list via the settings page or with attributes. Settings page You can customize your event list via the settings page. This page is located at Settings > VS Event List. Settings can be overridden when using the relevant attributes below. This can be useful when having multiple event lists on your website. Attributes You can also customize your event list by adding attributes to the block, the shortcode or the widget. Attributes will override the settings page. Example: [vsel posts_per_page="5" event_cat="your-category-slug" event_info="summary"] When using the block or the widget, don't add the main shortcode tag or the brackets. Example: posts_per_page="5" event_cat="your-category-slug" event_info="summary" Featured image Featured images will be used as the primary image for every event. By default the "post thumbnail" is used as the source for the featured image. The size of the post thumbnail may vary by theme. WordPress creates duplicate images in different sizes upon upload. These sizes can be set via Settings > Media. If the post thumbnail doesn't look as expected (low resolution or poor cropping), you can choose a different size via the settings page. You can also change the width of the featured image. The featured image on the single event page is handled by your theme. Default support The plugin creates a custom post type "event". This automatically supports the single event page, the event category page, the (event) post type archive page and the search results page. It hooks into the theme template file that is being used by these pages. Support for the single event page is needed. Support for the other pages is added to make VS Event List compatible with page builder plugins. Events on default WP pages are not ordered by event date. Plugin activates the post attributes box in the editor. In the post attributes box you can set a custom order for events that have the same date. Custom order can be handy when automatic ordering by time is disabled. Plugin supports the menu page. Support is added to make VS Event List compatible with page builder plugins. Advanced Custom Fields (ACF) You can add extra content to the event details or the event info by using the Advanced Custom Fields plugin. The most commonly used fields are supported. Create a field group for the post type "event" and add fields to this group. This new field group will then be added to the editor. With these fields you can add the extra content to each event. Via the settings page you can decide where to display the extra content. RSS and iCal feed You can share your upcoming events via an RSS feed. The default RSS widget will display events from future to upcoming. To reverse this order I recommend using an RSS feed plugin capable of changing the RSS feed order. You can share your upcoming and past events with an external calendar via an iCal feed. You can activate both feeds on the settings page. Have a question? Please take a look at the FAQ section. 翻译 Translations are not included, but the plugin supports WordPress language packs. More translations are very welcome! The translation folder inside this plugin is redundant, but kept for reference. 荣誉榜 Without help and support from the WordPress community I was not able to develop this plugin, so thank you!

屏幕截图:

  • Event list
  • Event list widget
  • Single event
  • Events page (dashboard)
  • Single event (dashboard)
  • Widget (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)
  • Settings page (dashboard)

常见问题:

How do I set plugin language?

The plugin will use the website language, set in Settings > General. If translations are not available in the selected language, English will be used.

How do I set the date and time format?

By default, the plugin uses the date and time format from Settings > General. The datepicker and date input field only support 2 numeric date formats: "day-month-year" (30-01-2016) and "year-month-day" (2016-01-30). If your date format is not supported, it will be converted into 1 of the 2 formats above. You can change the date and time format for the frontend of your website via the settings page. You can also change the date format by using an attribute. The date icon only supports 2 date formats: "day-month-year" (30 Jan 2016) and "year-month-day" (2016 Jan 30). If your date format is not supported, it will be converted into 1 of the 2 formats above.

Which timezone does the plugin use?

Events are saved in the database and displayed throughout your website without a timezone offset.

Can I change the colors of the date icon?

You can use page Additional CSS of the Customizer for your custom styling. Examples: Change background and text color of whole icon: .vsel-start-icon, .vsel-end-icon {background:#eee; color:#f26535;} Change background and text color of top part: .vsel-day-top, .vsel-month-top {background:#f26535; color:#eee;}

Can I override plugin template files via my (child) theme?

You can only override the single event page via your (child) theme. In most cases, the PHP file "single" is being used for the single event page. This file is located in your theme folder. Create a duplicate of the file "single" and rename it "single-event". Then add this file to your (child) theme folder and customize it to your needs.

How does plugin hook into theme template files?

The plugin hooks into the the_content() and the_excerpt() functions. These are used by most themes.

Why is there no pagination in the widget?

Pagination is not working properly in a widget. But you can add a link to the page that displays more events.

Why is there no pagination when using the offset attribute?

Offset breaks pagination. That's why pagination is disabled when using the offset attribute.

Why does the event list look different between themes?

The plugin uses minimal styling and therefore also depends on the styling of your theme. The single event page uses the same template as a post. This template may vary by theme.

Why is the event list not displaying properly?

The following only applies to pages with a manually added shortcode. When using the block editor, edit the page and check the shortcode in "Edit as HTML" mode. When using the classic editor, edit the page and check the shortcode after switching to the "Text" tab instead of "Visual". The shortcode might be accidentally wrapped in HTML tags, such as code tags. Remove these tags and resave the page.

Can I have "Event" as page title?

Having "Event" as page (or post) title will not cause any problems, but having "event" as slug (end of URL) will cause a conflict with the (event) post type archive page. You should change this slug into something else. This can be done by changing the permalink of this page (or post).

Why a 404 (nothing found) when I click the title link?

This is mostly caused by the permalink settings. Please resave the permalink via Settings > Permalinks.

Why a 404 (nothing found) when I click the event category link?

This is mostly caused by the permalink settings. Please resave the permalink via Settings > Permalinks.

Can I have multiple blocks or shortcodes on the same page?

This is possible, but to avoid a conflict you should disable pagination. This can be done via the settings page or by using an attribute.

Why no event details or event categories box in the editor?

When using the block editor, click the options icon and select "Preferences". When using the classic editor, click the "Screen Options" tab. Probably the checkbox to display the relevant box in the editor is not checked.

Why no featured image box in the editor?

When using the block editor, click the options icon and select "Preferences". When using the classic editor, click the "Screen Options" tab. Probably the checkbox to display the relevant box in the editor is not checked. But sometimes your theme does not support featured images. Or only for posts and pages. In that case you must manually add this support for events.

Why no Advanced Custom Fields field group in the editor?

When using the block editor, click the options icon and select "Preferences". When using the classic editor, click the "Screen Options" tab. Probably the checkbox to display the relevant box in the editor is not checked.

Why does my RSS or iCal feed not refresh?

When visiting your feed via the subscription URL and feed is outdated, empty your browser cache. If you're using the default RSS widget you can force a refresh via Settings > Reading, by changing the number of items in the feed. But this may not work in case there's other caching as well.

Why is there no semantic versioning?

The version number won't give you info about the type of update (major, minor, patch). You should check the changelog to see whether or not the update is a major or minor one.

How can I make a donation?

You like my plugin and want to make a donation? There's a PayPal donate link at my website. Thank you!

Other questions or comments?

Please open a topic in the WordPress.org support forum for this plugin.

更新日志:

Version 18.0 Version 17.9 Version 17.8 Version 17.7 Version 17.6 Version 17.5 Version 17.4 Version 17.3 Version 17.2 Version 17.1