Plugin Directory

Changeset 1766446


Ignore:
Timestamp:
11/14/2017 09:17:57 PM (8 years ago)
Author:
Moisture
Message:

Update readme.txt

Location:
am-events
Files:
2 edited

Legend:

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

    r1765468 r1766446  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    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.
     10Manage and display your events. Allows fully customizable layouts and includes a widget for upcoming events.
    1111
    1212== Description ==
    1313
    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.
     14The 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
     23The 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
     25The widget for displaying upcoming events uses a simple template system for full control of the layout.
    2126
    2227If you think something critical is missing, feel free to send me a request.
  • am-events/trunk/readme.txt

    r1765468 r1766446  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    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.
     10Manage and display your events. Allows fully customizable layouts and includes a widget for upcoming events.
    1111
    1212== Description ==
    1313
    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.
     14The 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
     23The 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
     25The widget for displaying upcoming events uses a simple template system for full control of the layout.
    2126
    2227If you think something critical is missing, feel free to send me a request.
Note: See TracChangeset for help on using the changeset viewer.