php file of your child theme. add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', ...
確定! 回上一頁