Custom category page title in Woocommerce
问题 On some Woocommerce category pages I would like to change the default Category Page title to something custom. I dont want to change the original "name" on the backend. Is there some code that I can use for this in functions.php? 回答1: The following will allow you to customize the page title on Woocommerce product category pages, for specific product categories: add_filter( 'woocommerce_page_title', 'customize_woocommerce_page_title', 10, 1 ); function customize_woocommerce_page_title( $page