UFCLAS - Post Event Timeline
This plugin will list out posts/events in a timeline style
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ufclas/timeline/archive/refs/heads/main.zipReadme
Conversation in the Neighborhood
This plugin creates a timeline feature that is used by the Center for Humanities (Conversations in the Neighborhood).
- Example - https://test.clas.ufl.edu/clas-main/conversations-in-the-neighborhood-lets-talk-about-food/
Plugins Needed
- Advanced Custom Fields
- File admin/inc/acf.php creates fields that will show up whenever a post template is set to "Event Timeline"
- Fields
- Timeline Side
- Which side the event will show up on (left or right)
- Event Date
- Date the event will take place
- Event Type
- Type of event (this can be a category)
- Event Color
- Color the header of the event will be in the timeline
- Red #620000
- Blue #3a50ab
- Green #005e3d
- Link for Event Registration
- Zoom/Eventbrite link for the event
- Timeline Side
- Fields
- File admin/inc/acf.php creates fields that will show up whenever a post template is set to "Event Timeline"
How To Use
- Create a post with the template file "Event Timeline"
- Add content to the main wysiwyg
- Fill out the new fields that show up under "Timeline"
- Add a featured image (400x300 is ideal)
- Click publish
- Create a page and use the following shortcode
[ufclas-timeline]Shortcode is created in public/shortcodes/shortcodes.php