Plugin Directory

Changeset 1765468


Ignore:
Timestamp:
11/13/2017 09:20:36 PM (8 years ago)
Author:
Moisture
Message:

Fix taxonomy names in readme.txt

Location:
am-events
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • am-events/tags/1.13.1/readme.txt

    r1765398 r1765468  
    1414This 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.
    1515
    16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_category' 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.
     16The 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.
    1717
    1818Displaying 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  
    1414This 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.
    1515
    16 The plugin adds a custom 'am_event' post type with two taxonomies: 'am_event_category' 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.
     16The 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.
    1717
    1818Displaying 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.