=== CFP.DEV shortcodes === Contributors: sjadevoxx Donate link: https://gitlab.com/voxxed/cfp.dev/wikis/Wordpress-Plugin Tags: CFP, Speakers, Schedule, Devoxx, VoxxedDays Requires at least: 4.6 Tested up to: 5.2.2 Stable tag: 4.3 Requires PHP: 5.2.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html The CFP.DEV shortcodes plugin provides several shortcodes to list speakers and speaker details from your CFP.DEV server. == Description == 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 shortcodes to list speakers, show speaker details, the schedule per day and talk details. The available short codes are : * [cfp_speakers key=xxxx] * [cfp_speaker_details key=xxxx] * [cfp_talk key=xxxx] * [cfp_schedule key=xxxx day=yyyyyyy] yyyyy is the day name, for example monday. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. You can now add the speakers list shortcode to a Wordpress page as follows [cfp_speakers key=xxxxxxx] The key is the CFP.DEV subdomain value used in your DNS, for example dvbe19. 3.1 The speaker list is ordered by speaker last name, you can also decide to show a random list by adding the shortcode parameter random=true, as follows [cfp_speakers key=xxxxxxx random=true] 4. To display speaker details you need to create a Wordpress page named 'speaker-details' and add the shortcode [cfp_speaker_details key=xxxxx] 5. To display a schedule you can use the shortcode [cfp_schedule key=xxxx day=monday], this will show the schedule for Monday. 6. To display a talk details a Wordpress page named 'talk-details' must exist. There you need to add the shortcode [cfp_talk key=xxxx] == Frequently Asked Questions == = Can I use this plugin with having a CFP.DEV instance? = No, you need to have a CFP.DEV instance running. = Can I change the look and feel? = Yes, you can override the used cfp-dev CSS properties to override the look and feel. == Screenshots == 1. Screen shot of [the speakers list](https://gitlab.com/voxxed/cfp.dev/wikis/uploads/4134002f50cf28c7abbc60915abf74f7/image.png) 2. Screen shot of the [speaker details page](https://gitlab.com/voxxed/cfp.dev/wikis/uploads/070328301772e63aa363f128e98b08af/image.png) == Changelog == = 1.0 = * First version of CFP.DEV shortcodes to list speakers and speaker details = 1.1 = * Two new shortcodes to display the schedule and proposal details page. == Upgrade Notice == * Not applicable