Linux 软件免费装
Banner图

Seriously Simple Speakers

开发者 PodcastMotor
psykro
hlashbrooke
更新时间 2023年4月27日 20:50
PHP版本: 4.4 及以上
WordPress版本: 5.5
版权: GPLv2 or later
版权网址: 版权信息

标签

addons free podcast extensions add-ons hosts seriously simple podcasting podcasting speakers guests ssp

下载

1.0.1 1.0.2 1.0

详情介绍:

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 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:
  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
  3. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Speakers are managed just like any other taxonomy
  • Speakers are added to episodes in the same way as any other taxonomy
  • Speakers are displayed in the episode details area by default (see the FAQs for how to disable this display)

升级注意事项:

1.0
  • 2016-06-28
  • Initial release

常见问题:

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' );

更新日志:

1.0.2 1.0.1 1.0