by Craig Hewitt
5 (3 reviews)
Seriously Simple Speakers
Add speakers to your Seriously Simple Podcasting episodes.
Tested up to WP 6.8.5 (Current: 6.9.4)
v1.2.0
Current Version v1.2.0
Updated 11 months ago
Last Update on 29 Apr, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#6,780
—
No change
Active Installs
1K+
-18.8%
KW Avg Position
70.6
—
No change
Downloads
18.9K
+3 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(3 reviews)
Next Milestone 2K
1K+
2K+
1,472
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 753 more installs to reach 2K+
Rank Changes
Current
#6,780
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
3 reviews
Overall
100%
5
3
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| seriously simple podcasting | 8 | — | Tag | 1 day ago |
| speakers | 25 | — | Tag | 1 day ago |
| podcast | 62 | — | Tag | 1 day ago |
| hosts | 127 | — | Tag | 1 day ago |
| guests | 131 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.2.0
- Last Updated
- Apr 29, 2025
- Requires WP
- 4.4+
- Tested Up To
- 6.8.5
- PHP Version
- N/A
- Author
- Craig Hewitt
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 3
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,704
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
Nextend Social Login and Register
200K+ installs
#255
Firelight Lightbox
200K+ installs
#257
Popup Builder – Create highly converting, mobile friendly marketing popups.
200K+ installs
#263
Frequently Asked Questions
Common questions about Seriously Simple Speakers
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.
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.
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.
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' );