jQuery(document).ready(function($) { if ($('body').hasClass('archive') && $('body').hasClass('tax-project-type')) { $('.page-header .entry-title').html(function(_, html) { return html.replace('Project Type: ', ''); }); } });