VS Event List
About With this lightweight plugin you can create an event list. Main features of the plugin: Free and lightweight Support for Block Editor and Classic Editor Display your event list with block, shortcode or widget Display upcoming and past events Share events via RSS or iCal feed Organise events with categories Customize your event list via the settings page or with attributes Add extra content to events with the Advanced Custom Fields (ACF) plugin Documentation at WP plugin page Active support from developer at WP forum How to use After installation go to menu item “Events” and create some events. Go to the editor and add the VS Event List block or the shortcode [vsel] to a page. This will display your event list. Or go to Appearance > Widgets and use the VS Event List widget. When using the shortcode add the list attribute to display the events you want. [vsel list="upcoming"] to display upcoming events (today included) [vsel list="future"] to display future events (today not included) [vsel list="current"] to display current events [vsel list="past"] to display past events (before today) [vsel list="all"] to display all events Without this attribute the default event list is displayed (upcoming events). Customize your event list via the settings page or with attributes. Settings page The settings page is located at Settings > VS Event List. Attributes Settings can be overridden by adding attributes to the block, shortcode, or widget. This can be useful when having multiple event lists on your website. Add custom CSS class to event list: class="your-class-name" Change the number of events per page: posts_per_page="5" Display all events (without pagination): posts_per_page="-1" Skip one or multiple events: offset="1" Change date format: date_format="j F Y" Display events of a specific year: year="2026" Display events of a specific month: year="2026" month="08" Display events from a certain category: event_cat="your-category-slug" Display events from multiple categories: event_cat="first-category-slug, second-category-slug" Reverse the order of events in the upcoming, future and current events list: order="DESC" Reverse the order of events in the past and all events list: order="ASC" Change the “no events are found” text: no_events_text="your text" Disable event title link: title_link="false" Disable featured image link: featured_image_link="false" Disable featured image caption: featured_image_caption="false" Disable featured image: featured_image="false" Disable read more link: read_more="false" Disable pagination: pagination="false" Display all event info: event_info="all" Display a summary: event_info="summary" 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 the plugin 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 the plugin 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. Translation 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. Credits Without help and support from the WordPress community I was not able to develop this plugin, so thank you!
Top keywords
- event33×3.61%
- events31×3.39%
- page23×2.51%
- display18×1.97%
- list18×1.97%
- featured11×1.20%
- image11×1.20%
- event list10×1.09%
- featured image10×1.09%
- settings10×1.09%
- add8×0.87%
- order8×0.87%
VS Knowledge Base
About With this lightweight plugin you can create a knowledge base that contains your categories and posts. Main features of the plugin: Free and lightweight Support for Block Editor and Classic Editor Display your knowledge base with block, shortcode or widget Custom post types are supported (such as WooCommerce product categories and products) Customize your knowledge base with attributes Documentation at WP plugin page Active support from developer at WP forum With this plugin you can also create a FAQ or wiki in the same way as a knowledge base. How to use After installation make sure you already have some categories and posts. Go to the editor and add the VS Knowledge Base block or the shortcode [knowledgebase] to a page. This will display your knowledge base. Or go to Appearance > Widgets and use the VS Knowledge Base widget. Default settings categories: 4 columns when using block or shortode 1 column when using widget 2 columns in small screens Order by name Ascending order (A-Z) Empty categories are hidden Parent and subcategories are displayed separately Default settings posts: Order by date Descending order (new to old) All posts are displayed Customize your knowledge base with attributes. Attributes You can customize your knowledge base by adding attributes to the block, shortcode or widget. Add custom CSS class to knowledge base: class="your-class-name" Change the number of columns: columns="3" Disable the columns: columns="0" Include certain categories: include="1,3,5" Exclude certain categories: exclude="8,10,12" Display empty categories too: hide_empty="0" Change the number of posts per category: posts_per_category="5" Reverse the order of posts: order="ASC" Display posts by title: orderby="title" Display posts in random order: orderby="rand" Disable category link: category_link="false" Display category description: category_description="true" Display post counter: post_count="true" Display post meta (date and author): post_meta="true" Display View All link: view_all_link="true" Change label of View All link: view_all_link_label="your label" Change label of post without title: no_post_title_label="your label" Change the “no categories are found” text: no_categories_text="your text" Example: [knowledgebase include="1,3,5" hide_empty="0" post_meta="true"] When using the block or the widget, don’t add the main shortcode tag or the brackets. Example: include="1,3,5" hide_empty="0" post_meta="true" With the columns attribute you can set the number of columns between 1 and 4. In small screens max 2 colums. You can disable the columns in favour of your own styling. The columns attribute will be ignored when using the block or widget. Because you can set the columns via the block or widget settings. Post tags Besides displaying posts by category you can also display posts by tag: taxonomy="post_tag" Custom post types It’s also possible to display categories and posts from a custom post type (such as WooCommerce product categories and products). To display these categories and posts you should add 2 attributes: “taxonomy” and “post_type” WooCommerce: Product categories and products: taxonomy="product_cat" post_type="product" Include product category image: taxonomy="product_cat" post_type="product" woo_image="true" Display by tag instead of category: taxonomy="product_tag" post_type="product" Have a question? Please take a look at the FAQ section. Translation 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. Credits Without help and support from the WordPress community I was not able to develop this plugin, so thank you!