Add the front-end calendar page (illustrated in the Screenshots section via the Event Link)Change the event categoriesAdd the calendar widgets to your sidebarModify the calendar options (via the WP Settings: General and Ajax Event Calendar menus)Authorize calendar contributors (via the WP Users menu)
Can't find what you're looking for in the FAQ? Check out the forum and post your questions there.
If you use and enjoy this plugin, please remember to vote via the Event Link.
Thanks!
Eran";
$_POST['event']['link'] = AEC_PLUGIN_HOMEPAGE;
$_POST['event']['venue'] = 'Cloud Gate';
$_POST['event']['address'] = '201 East Randolph Street';
$_POST['event']['city'] = 'Chicago';
$_POST['event']['state'] = 'IL';
$_POST['event']['zip'] = '60601-6530';
$_POST['event']['contact'] = 'Eran Miller';
$_POST['event']['contact_info'] = 'plugins@eranmiller.com';
$_POST['event']['access'] = 1;
$_POST['event']['rsvp'] = 0;
ajax_event_calendar::add_event(false);
?>