外掛說明
This plugin is an add-on for Seriously Simple Podcasting and requires at least v1.14 of Seriously Simple Podcasting in order to work.
Does your podcast have a number of different speakers? Or maybe a different guest each week? Perhaps you have unique hosts for each episode? If any of those options describe your podcast then this is the add-on for you!
Seriously Simple Speakers allows you to add one or more speakers to each of your episodes – the speakers are setup as a new taxonomy (not users), making them easily searchable as well as giving them their own archive pages out of the box.
Primary Features
- Allows you to add any number of speakers to your podcast episodes
- Adds a new
speaker
taxonomy to all podcast post types - Displays speakers in the episode details with links to speaker archives
- Add speakers without adding a new user for each speaker
How to contribute
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.
螢幕擷圖
安裝方式
Installing “Seriously Simple Speakers” can be done either by searching for “Seriously Simple Speakers” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:
- Download the plugin via WordPress.org
- Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
- Activate the plugin through the ‘Plugins’ menu in WordPress
常見問題集
-
What version of Seriously Simple Podcasting does this plugin require?
-
In order to use this plugin you need to have at least v1.14 of Seriously Simple Podcasting. If you do not have Seriously Simple Podcasting active or you are using a version older than v1.14 then this plugin will do nothing.
-
How can I retrieve a list of all the speakers for an episode?
-
If you want to get a list of speakers for an episode to use in your templates then this function will return an array of the episode speakers, along with their ID, display name and archive URL:
SSP_Speakers()->get_speakers( $episode_id );
. If you do not specify the$episode_id
then the ID of the current post will be used. -
I want my ‘speakers’ to have a different label (e.g. ‘guests’) on my site – how do I do that?
-
This plugin has filters that allow you do this easily by adding the following snippet to your themes functions.php file (or a functionality plugin): https://gist.github.com/hlashbrooke/5fec98f84426534f02a7dc656f8f1d5e. 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 labels in the code.
-
How do I hide the speakers list from the episode details?
-
If you would like to add speakers to your episodes, but not have them displayed in the standard episode details location then simply add this code to your theme’s functions.php file (or a functionality plugin):
add_filter( 'ssp_speakers_display', '__return_false' );
使用者評論
參與者及開發者
以下人員參與了開源軟體〈Seriously Simple Speakers〉的開發相關工作。
參與者變更記錄
1.1.0
- 2023-04-27
- [UPDATE] Possibility to change the speakers taxonomy slug
- [UPDATE] Updated supported WordPress version
- [UPDATE] Code refactoring
- [FIX] Compatibility with SSP downloaded from the repository
- [FIX] Fixed too early taxonomy registration
1.0.2
- 2019-06-13
- [FIX] Fixes a bug related to the Seriously Simple Podcasting 1.20.2 release
1.0.1
- 2018-12-07
- Changed plugin owner to Castos
- [NEW] Make speaker taxonomy compatible with WP REST API/Gutenberg (props fienen)
1.0
- 2016-06-28
- Initial release