Changeset 1766446
- Timestamp:
- 11/14/2017 09:17:57 PM (8 years ago)
- Location:
- am-events
- Files:
-
- 2 edited
-
tags/1.13.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
am-events/tags/1.13.1/readme.txt
r1765468 r1766446 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Adds an 'Event' post type similar to normal posts allowing to define dates, categories and venues. Includes a widget for displaying upcoming events. Fully customizable layouts.10 Manage and display your events. Allows fully customizable layouts and includes a widget for upcoming events. 11 11 12 12 == Description == 13 13 14 This plugin was created for a need of a simple to use event plugin allowing a fully customizable layout. Other calendar plugins often provide way too many complicated features and resort to pre-built layouts. 15 16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_categories' and 'am_venues'. Dates are stored as post metadata. This allows the user to create events just like normal posts with added fields for start time, end time, category and venue. You can also easily create weekly or biweekly recurring events. 17 18 Displaying the events is done in the theme files using WP_Query and the template tags provided by the plugin. This allows full control over the layout and what elements to show. 19 20 The plugin also includes a widget for showing upcoming events. It uses a very simple template system for full control of the layout. 14 The purpose of this plugin is to add an event type similar to the normal post type. By design this plugin doesn't provide any ready-made layouts, and allows the events to be fully integrated and customized to the theme of your choosing. 15 16 === Current Features === 17 18 * Admin pages to view/create/modify events. 19 * Available data fields for events: start date, end date, venue, category 20 * Create weekly or biweekly recurring events 21 * Fully customizable widget for displaying upcoming events. 22 23 The custom post type created by the plugin is named 'am_event' and has two taxonomies: 'am_event_categories' and 'am_venues'. Dates are stored as post metadata. Displaying the events is done in the theme files using WP_Query and the template tags provided by the plugin. This allows full control over the layout and what elements to show. 24 25 The widget for displaying upcoming events uses a simple template system for full control of the layout. 21 26 22 27 If you think something critical is missing, feel free to send me a request. -
am-events/trunk/readme.txt
r1765468 r1766446 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Adds an 'Event' post type similar to normal posts allowing to define dates, categories and venues. Includes a widget for displaying upcoming events. Fully customizable layouts.10 Manage and display your events. Allows fully customizable layouts and includes a widget for upcoming events. 11 11 12 12 == Description == 13 13 14 This plugin was created for a need of a simple to use event plugin allowing a fully customizable layout. Other calendar plugins often provide way too many complicated features and resort to pre-built layouts. 15 16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_categories' and 'am_venues'. Dates are stored as post metadata. This allows the user to create events just like normal posts with added fields for start time, end time, category and venue. You can also easily create weekly or biweekly recurring events. 17 18 Displaying the events is done in the theme files using WP_Query and the template tags provided by the plugin. This allows full control over the layout and what elements to show. 19 20 The plugin also includes a widget for showing upcoming events. It uses a very simple template system for full control of the layout. 14 The purpose of this plugin is to add an event type similar to the normal post type. By design this plugin doesn't provide any ready-made layouts, and allows the events to be fully integrated and customized to the theme of your choosing. 15 16 === Current Features === 17 18 * Admin pages to view/create/modify events. 19 * Available data fields for events: start date, end date, venue, category 20 * Create weekly or biweekly recurring events 21 * Fully customizable widget for displaying upcoming events. 22 23 The custom post type created by the plugin is named 'am_event' and has two taxonomies: 'am_event_categories' and 'am_venues'. Dates are stored as post metadata. Displaying the events is done in the theme files using WP_Query and the template tags provided by the plugin. This allows full control over the layout and what elements to show. 24 25 The widget for displaying upcoming events uses a simple template system for full control of the layout. 21 26 22 27 If you think something critical is missing, feel free to send me a request.
Note: See TracChangeset
for help on using the changeset viewer.