Shortcode is a WordPress-specific code that lets you do nifty things with very little effort. For more information on shortcodes in WordPress, see the codex about shortcode.
Available Shortcodes
Just insert one of the following shortcodes into any of your posts/pages.
[aec_events]
Display events in table, gird or blog formats.
[aec_calendar]
Display events calendar.
[aec_map]
Display events in Map.
[aec_categories]
Display all the event categories.
[aec_venues]
Display all the event venues.
Note: There are few more shortcode options undocumentated here as they are only used for the plugin's own purpose.
Shortcode Attributes
Attributes add extra power to shortcodes. A typical usage of an attribute is, [shortcode attribute=value]
Example: [aec_events header=0]
ATTRIBUTES | SUPPORTED SHORTCODES | VALUE |
---|---|---|
header | [aec_events] |
1 (or) 0 |
Show or hide the "Events Count" and "Views" selector options above the events. | ||
view | [aec_events] |
table, grid (or) blog |
Example: [aec_events view=blog] |
||
category | [aec_events] |
AEC CATEGORY ID |
Example: |
||
tag | [aec_events] |
AEC TAG ID |
Example: |
||
venue | [aec_events] |
AEC VENUE ID |
Example: |
||
organizer | [aec_events] |
AEC ORGANIZER ID |
Example: |
||
past_events | [aec_events] |
1 (or) 0 |
This attribute can be used to show only the upcoming events. | ||
filterby | [aec_events] |
past_events |
Example: |
||
orderby | [aec_events] |
title, date (or) event_start_date |
Example: [aec_events orderby=event_start_date] |
||
order | [aec_events] |
asc (or) desc |
Example: [aec_events order=asc] |
||
limit | [aec_events] |
A Numeric Value. |
Used to limit the number of events to show. | ||
pagination | [aec_events] |
1 (or) 0 |
Show or hide Pagination. |
Note: A shortcode may contain multiple attributes.
Example: [aec_events orderby=event_start_date order=asc]
Still having issues? You can either post your query in our forum section or mail directly to This email address is being protected from spambots. You need JavaScript enabled to view it.. All your queries will be replied within 24 hrs.