Hide the sort controls on the episode archive
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' );