Skip to main content

[benecaster_episode_count]

Plugin Free

Displays the number of published episodes for a show. Useful for social proof or header copy. Output is filterable via the benecaster_episode_count_output filter hook.

Parameters

Name Type Default Required Description
show_id int current show No ID of the show to count. On a show or episode page, resolves automatically. On a single-show install, may be omitted anywhere — resolves to the only active show. On multi-show installs or standalone pages outside a show context, required; renders nothing if the show cannot be determined.
tier string No Count only episodes accessible at this tier slug. Omit to count all episodes.
label string No Optional text appended after the number, e.g. 'episodes published'.

Example

<!-- Simple count -->
[benecaster_episode_count show_id="3"]

<!-- Count with label -->
[benecaster_episode_count show_id="3" label="episodes and counting"]