Seriously Simple Speakers allows you to add one or more speakers to each of your episodes the speakers are setup as new taxonomy, making them easily searchable as well as giving them their own archive pages out of the box..
If you want to contribute to Seriously Simple Speakers, you can fork the GitHub repository all pull requests will be reviewed and merged if they fit into the goals for the plugin...
Speakers are displayed in the episode details area by default ...
Upload ZIP file through 'Plugins > Add New > Upload screen in your WordPress dashboard.
If you want to get list of speakers for episode to use in your templates then this function will return array of the episode speakers, along with their ID, display name and URL SSP Speakers ->get speakers.
If you do not specify the $episode id then ID of the current post will be used...
In this example I have renamed the 'Speakers to 'Guests in both the plural and singular instances you can make those labels anything you want by editing the in the code...
If you would like to add speakers to your episodes, but not have them displayed in the episode details location then add this code to your theme's functions php file add filter ...
The readme txt file lays out how to make simple changes to the layout...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more