Bulk Edit Events – Create Events in a Bulk Editor
This plugin provides a Events Table inside WordPress. All the changes apply live, you don’t need to export/import because the table lives inside wp-admin. You can view all the events in the table, you can edit events quickly, and you can bulk create events too. It has 3 separate tables for events, venues, and organizers. You can bulk edit venues and organizers too. We support these event plugins The Events Calendar by ModernTribe More event plugins will be supported in the next update. Use Cases You can view all your events in a single page You can view all the events information in a Bulk Editor automatically, no need to import/export You want to Create a lot of Events Quickly You want to Edit Events Quickly You want to Search Events by Keyword, Date, Author You want to copy settings from one event into a lot of events Free Features You can view all events You can view all the event information You can create/edit simple events. You can edit the event title, url, description, status, start date and time, end date and time Premium features Download premium plugin Money back guarantee. We´ll give you a refund if the plugin doesn´t work. Edit All the Event Fields in the Bulk Editor: * Title * Status * Date * Modified Date * Description * Excerpt * Start date and time * End date and time * Venue * Organizers * Featured image * Event category * Author * Allow comments * Is Event Featured? * Event Cost * Currency Position * Currency symbol * Hide from upcoming events * Event origin * Show map * Show map link * Event URL * Custom fields Download premium plugin Money back guarantee. We´ll give you a refund if the plugin doesn´t work. Make Advanced Searches You can search by multiple fields and using multiple conditions. For example, find all events from category Music that cost > $ 50. Find all events related to specific venues or categories Find all events where a venue is not equal to something Find all events that are missing images Find events by date, etc. Edit thousands of events at once We have a formulas engine that lets you update a lot of events quickly. You can do powerful updates. You can replace values in ANY field = Replace event currency, words in descriptions, categories, bulk update tags, etc. You can do math operations = Increase event prices by 20%, Decrease amounts by $10, etc. And more. Edit Event Custom Fields. Add new fields to the bulk editor The bulk editor automatically recognizes all custom fields added by other plugins. You don’t need to setup the new fields. And more. Download premium plugin Money back guarantee. We´ll give you a refund if the plugin doesn´t work. Spanish / Español Este plugin te permite editar eventos de The Events Calendar (el calendario de eventos) en lotes rápidamente usando una hoja de cálculo dentro de WP-admin. Puedes ver todos los eventos en una sola página, hacer búsquedas, editar miles de eventos a la vez, y más. La versión gratuita te permite: – Ver todos los eventos a la vez – Editar información sin necesidad de exportar o importar – Puedes crear eventos rápidamente – Puedes buscar eventos por palabra clave, fecha, o autor – Puedes copiar información de un evento a otro – Puedes editar los campos: título, url, descripción, estado, fecha y hora de inicio, fecha y hora de finalización La versión de pago te permite: – Exportar e importar eventos para editar en excel o Google Sheets – Editar todos los campos del evento, incluyendo todos los organizadores, precios, fotos, campos agregados por otros plugins, información SEO, etc. – Hacer búsquedas avanzadas por cualquier combinación de campos (ej. buscar por precio, organizadores, información seo, etc.) – Editar miles de eventos a la vez en un segundo (ej. eliminar cientos de eventos, reemplazar textos, establecer precios en lotes, actualizar fotos, etc.) Descarga versión de pago Garantía de devolución de dinero si no te funciona el plugin.
Top keywords
- events23×3.43%
- de16×2.39%
- event14×2.09%
- eventos10×1.49%
- date8×1.19%
- edit8×1.19%
- bulk7×1.04%
- editar7×1.04%
- fields7×1.04%
- etc6×0.90%
- en5×0.75%
- find5×0.75%
Event Codes – Shortcodes that work with other event plugins
EventCodes plugin provides a shortcode that can be used to display a list of events on home page, sidebar or any other part of the site. With this plugin you can choose from a set of 4 templates for displaying list of events. Currently the EventCodes plugin works with Event Calendar plugin by Modern Tribe. We will be adding support for other event plugins soon. The default code will be [event_codes] which will display the list of 5 most recent Upcoming Events. The short code supports multiple options. For e.g: If you want to display 3 upcoming events belonging to “music” category. [event_codes cat=’music’ count=’3’] Shortcode Options: View Type & Style (view, style) This is used to select the type of view and style to display the event. The default view is list with basic style. [event_codes view= ‘list’ style= ‘basic’] Different types of views: 1)List List view has 3 styles: basic, big date and card overlay [event_codes view=‘list’ style=‘basic’] [event_codes view=‘list’ style=‘big-date’] [event_codes view=‘list’ style=‘card-overlay’] 2)Tabular Tabular view has 2 styles: basic and shadow [event_codes view=‘tabular’ style=‘basic’] [event_codes view=‘tabular’ style=‘shadow’] row value displays alternate gray shade for rows. This can be applied for both styles. [event_codes view=‘tabular’ style=‘shadow’ row=‘alternate-gray’] Show Time (showtime) This is used to display the time of the event. Option used is showtime and can have value true/false. Default is false. [event_codes showtime=’true’] Description (description) This controls whether the description of the event is to be shown or not. The option is description with value true/false. Default is true. [event_codes description=’false’] Number of events (count) Specifies the total number of events that are to be shown. Default is 5. Option value is count. [event_codes count=’4’] Offset (offset) Option offset is to skip a given number of events while listing. A good use case is when you want to split your event list into columns with multiple shortcodes. Default is 0. [event_codes offset=’3’] Category (cat) Displays the events based on the category. Can be used to display events belonging to different categories separated by comma. Option is cat. [event_codes cat=’music,sports’] Exclude Category (skip-cat) Skips displaying the events of a particular category. Option is skip-cat. [event_codes skip-cat=’music’] Tags (tag) Filters events based on tags. For multiple tags use commas. Option is tag [event_codes tag=’music,sports’] Past Events (past) This will display the list of all the past events. Option value is past & default is false. [event_codes past=’true’] Featured Events (featured) This will display the list of all the featured events. Default is false & option is featured. [event_codes featured=’true’] Show View All (show-view-all) This will decide if the the “View All” action should be displayed or no. Default is true & option is show-view-all. [event_codes show-view-all=’false’] Show Load More (show-load-more) This will decide if the the “Load More” action should be displayed or no. Default is true & option is show-load-more. [event_codes show-load-more=’false’] Title (title) This will allow to set a heading to the events displayed. If title is not entered as the shortcode option, then default value for future events will be “Upcoming Events” and in case of past and featured events the heading will be “Past Events” and “Upcoming Featured Events” respectively. [event_codes title =’Events this Week’]