[wps-calendar-post]
Purpose
Displays an area to add a comment to an event (only those permitted to do so, as set up via WPS Pro->Setup).
Availability
Provided in the Extensions Plugin.
Customising
You can use the global shortcode settings via WPS Pro->Shortcodes in the admin dashboard, or add them to the shortcode as options.
Example
You must first create a calendar via the admin dashboard (WPS Pro->Setup), and the use the slug of that calendar in the shortcode.
Add the following if your calendar has a slug of “my-calendar”.
[wps-calendar-post slug=”my-calendar”]
Options
The following (which shows default values and an example of using the shortcode option) can be set via the admin dashboard (WPS Pro->Shortcodes) or added as options to the shortcode in your WordPress page, post or widget.
Optional CSS for button | (class=””) | |
Show by default | (show=”0″) | |
Label to add an event | (label=”Add Event”) | |
Label to update an event | (update_label=”Update Event”) | |
Event title text | (title_label=”Event Title”) | |
Event description text | (content_label=”Event Description”) | |
Start date text | (start_date_label=”Start Date”) | |
End date text | (end_date_label=”End Date”) | |
Start time text | (start_time_label=”Start Time”) | |
End time text | (end_time_label=”End Time”) | |
Event image text | (image_label=”Event Image”) | |
Event comments | (comments_label=”Event comments”) | |
Allow comments text | (comments_allowed_label=”Allow comments”) |