Remove “Category:” from archive titles
Archive pages show just “Recipes” instead of “Category: Recipes” (and the same for tags, authors and dates).
<?php
add_filter( 'get_the_archive_title_prefix', '__return_empty_string' );
In these packs
- Search and archives: Better site search and cleaner archive pages.