Skip to content

schlessera/as-speaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

This plugin is currently active on my personal blog, and you can see the output on my Speaking Page.

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

List view of the added talks

Metabox in talk edit screen

Metabox in talk edit screen

Expanded metabox showing all properties

Expanded metabox showing all properties

Frontend rendering

Frontend rendering