КАТАЛОГ ПРОДУКЦИИ

ВВЕРХ
add_filter( 'get_the_archive_title', 'so_remove_category_prefix' ); function so_remove_category_prefix( $title ) { if ( is_product_category() ) { $title = single_term_title( '', false ); } return $title; }