Reply 245076 to: How to remove "Archive" after every page, product, category title

Avatar: G
R
Participant
July 22, 2020 at 16:38

Hello, I did this and it is still showing up as archives after every category or product title. Also, I was looking at this option but wasn’t able to locate the Archive.php in appearance editor: add_filter( ‘get_the_archive_title’, ‘modify_archive_title’ ); function modify_archive_title( $title ) { if( is_category() ) { $title = single_cat_title( ”, false ); } return $title; }

Please contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.