Seriously Simple Speakers

Popis

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.

Snímky obrazovky

  • The Speakers taxonomy page in the admin menu
  • 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)

Instalace

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

Nejčastější dotazy

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

Recenze

26. 9. 2016
Once you enter all the settings, it's very easy to publish episodes for your podcast. iTunes picks it up without any difficulties. I am very grateful to Hush for creating such a powerful podcast tools. If you want to see it in action, take a look here: http://nptechprojects.org/podcast Celebrating Internation #podcastday on September 30th, 2016! Oh man, this should have been at the main plugin. Sorry..
3. 9. 2016
It does what it says. It's lightweight and easy to use. It's really very awesome.
3. 9. 2016
This plugin does a great job extending Seriously Simple Podcasting. It's light, extendable and easy to use. It adds a taxonomy to the main SSP plugin so that Speakers can be added. The readme.txt file (and under the FAQ tab on the WordPress Plugin repository) lays out how to make simple changes to the layout.
Přečtěte si všechny 3 recenze

Autoři

Seriously Simple Speakers je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Seriously Simple Speakers“ byl přeložen do 3 jazyků. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Seriously Simple Speakers” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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