Skip to main content

Hide the sort controls on the episode archive

Free Beginner Since v1.0.0

Return false from benecaster_archive_show_filters to suppress the sort/filter bar entirely. Useful when the archive is embedded in a page layout where external filtering is handled by JavaScript or a separate plugin.

Code

<?php
add_filter( 'benecaster_archive_show_filters', '__return_false' );

View on GitHub →

Hooks Used