https://github.com/schlessera/as-speaking
AlainSchlesser.com Speaking Page Plugin.
https://github.com/schlessera/as-speaking
hacktoberfest
Last synced: over 1 year ago
JSON representation
AlainSchlesser.com Speaking Page Plugin.
- Host: GitHub
- URL: https://github.com/schlessera/as-speaking
- Owner: schlessera
- License: mit
- Created: 2017-07-10T20:29:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T14:44:11.000Z (about 6 years ago)
- Last Synced: 2025-03-29T23:41:12.018Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 1.41 MB
- Stars: 48
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speaking Page Plugin
> Custom post type and presentation tools for a page to promote your speaking gigs.
The main reason why I developed this plugin is because I needed something to talk about at [WordCamp Nijmegen 2017](https://2017.nijmegen.wordcamp.org/session/oop-plugin-development-basics/).
This plugin is currently active on my personal blog, and you can see the output on my [Speaking Page](https://www.alainschlesser.com/speaking/).
## Basic usage
Adding and editing talks should be pretty straight-forward.
To display them on the frontpage, you can use the `[speaking_page]` shortcode.
The talks will automatically be ordered by date, and showed as either "Upcoming Talks" or "Past Talks".
The plugin also provides an additional widget called "Latest Talks", that you just need to drag into a sidebar to use.
## Customizing
If you want to override the markup fom within your theme, just create a `views` folder in your (parent or child) theme and copy the file from the plugin's `views` folder in there and copy the markup file(s) you need from the plugin's `views` folder. You can then change the copied file(s) as needed.
## Screenshots
### List view of the added talks

### Metabox in talk edit screen

### Expanded metabox showing all properties

### Frontend rendering
