CFP.DEV shortcodes

plugin banner

The CFP.DEV shortcodes plugin provides several shortcodes to list speakers and speaker details from your CFP.DEV server.

Author:Stephan Janssen (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:6.1.0
Plugin version:3.3.1
Added to WordPress repository:03-08-2019
Last updated:07-03-2024
Rating, %:0
Rated by:0
Plugin URI:https://gitlab.com/voxxed/cfp.dev/wikis/Wordp...
Total downloads:1 573
Active installs:10+
plugin download
Click to start download

When you have a CFP.DEV instance running you might want to show a list of speakers on your WordPress instance.
This plugin provides several short codes to list speakers, show speaker details, the schedule per day and talk details and search results.

First thing you need to provide is the CFP.DEV key, which is the subdomain of your CFP.DEV instance (for example dvbe23).
Go to the CFP.DEV admin settings page and enter the key.

The available short codes are :
* [cfp_speakers size=10 random=yes title=”Speakers” subtitle=”This list will grow” hide_search=true hide_footer_true] list of speakers
* [cfp_speaker_details] Speaker details page
* [cfp_talk_details] talk details page
* [cfp_schedule day=yyyyyyy] yyyyy is the day name, for example monday.
* [cfp_talks_by_tracks all=true] list all the talks when all=true is set and query param id is not set
* [cfp_talks_by_tracks] List all the talks by the track id
* [cfp_talks_by_sessions] list all the talks by session types (conference, bof, etc.)
* [cfp_search_results] Shows the search results which can include speakers and talks. This page is triggered by the search request on the schedule page.

All rendered CFP.DEV WordPress pages are cached, you can specific the cache duration in the CFP.DEV settings page.
You can manually clear the cache on the WordPress CFP.DEV settings page if you want to force a refresh of the cache.

Recommended pages structure

Paths should match:

  • /schedule uses [cfp_schedule]
    • /speakers uses [cfp_speakers]
    • /speaker-details uses [cfp_speaker_details]
    • /talks-by-tracks uses [cfp_talks_by_tracks]
    • /talks-by-sessions uses [cfp_talks_by_sessions]
    • /search-results uses [cfp_search_results]
    • /talk uses uses [cfp_talk_details]

Screenshots
FAQ
ChangeLog