Changeset 1765468
- Timestamp:
- 11/13/2017 09:20:36 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
r1765398 r1765468 14 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 15 16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_categor y' and 'am_venue'. 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.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 17 18 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. -
am-events/trunk/readme.txt
r1765386 r1765468 14 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 15 16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_categor y' and 'am_venue'. 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.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 17 18 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.
Note: See TracChangeset
for help on using the changeset viewer.