Remove “Category:”, “Tag:”, “Author:” from the_archive_title

Question

I have the following code in my theme’s archive.php:

<?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?>

This gives me titles like “Category: Russia”, “Tag: America”, “Author: John”.

I would like to remove the “Category:”, “Tag:” and “Author:” part and just display the category, tag and author names.

Does anyone know how to accomplish this?

Thank you.

0
, Nick 9 years 2015-02-26T23:38:17-05:00 0 Answers 60 views 0

Leave an answer

Browse
Browse