Remove “Category:”, “Tag:”, “Author:” from the Archive Title in WordPress

August 29, 2022

Here’s a quick way to remove category title in WordPress.

Category: WordPress Plugin
Tag: wordpress plugin

On your theme’s function.php, add

add_filter( 'get_the_archive_title_prefix', '__return_empty_string' );

If you’re using your own customized theme then just add it directly to the function.php file, if not, then make a child theme and add the codes on the child theme’s functions.php.

Get In Touch

Email: [email protected]


CAPTCHA image

This helps us prevent spam, thank you.



Categories