The purpose of this plugin is to add 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 integrated and customized to the theme of your choosing..
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.
For integrating AM Events to theme, I suggest creating theme with custom page templates.
The title can be linked to the event post with the 'link attribute, e.g..
The category and venue can also be linked to their respective archive pages using the 'link attribute, e.g..
The number of words displayed in the title, content or excerpt can be limited by the 'limit attribute, e.g or..
The dates can be formatted using the 'format attribute, e.g..
Example of displaying the category of the event post $categoryArray = am get the event category echo $categoryArray ->name Creating WP Query..
Read more