Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/events-manager-for-wp
Events Manager for WordPress
https://github.com/garyjones/events-manager-for-wp
Last synced: about 2 months ago
JSON representation
Events Manager for WordPress
- Host: GitHub
- URL: https://github.com/garyjones/events-manager-for-wp
- Owner: GaryJones
- Created: 2016-09-01T01:05:39.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2016-09-01T10:41:34.000Z (over 8 years ago)
- Last Synced: 2024-10-09T02:40:44.379Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events Manager for WordPress
## Adding events
An event needs to have it's title, description (main post content) and start/end times set. You may also set an event to be a whole day event, and set a location to display a map on the event.## Future events
To create an event scheduled for the future, simply set the start time to a future time.## Displaying a calendar
A calendar can be displayed on a page through use of the `[events-calendar]` shortcode.## Upcoming Events Widget
The plugin includes an upcoming events widget. The widget includes settings for the title, number of events and button text for the "view all events" button.## Modifying schema.org markup
The following example will allow you to edit the schema.org event description markup.
```', '', $content );
return $content;
}
```