A WordPress plugin to create a presentation using a custom post type for slides and a custom taxonomy to hold the presentation.
- Clone this repo.
- In your shell environment, navigate to the directory and run
composer install
. - Activate the plugin in WordPress.
- Install and activate the Simple Page Ordering plugin to easily sort your slides via drag-n-drop in the admin dashboard.
- Start creating a presentation!
- Navigate to
Presentations > Presentations
to create a presentation. - Next, go to
Presentations > Add New Slide
to create a new slide and remember to select the presentation you created before publishing.
- Navigate to
This plugin utilizes much of the code from Slides & Presentations by Ella van Durpe and draws inspiration from Reveal.js Presentations by Curtiss Grymala.
Presentation taxonomy fields in the backend were easily created using the Carbon Fields library.
Presentations on the frontend is powered by reveal.js.