elseif ( is_category() ): //welcartのカテゴリをすべて取得 $wel_chilz = get_term_children($welcart_cat,'category'); //現在のカテゴリを取得 $this_cat_id= get_query_var('cat'); //welcartのカテゴリに属するかチェック $welcat_yes = in_array($this_cat_id ,$wel_chilz); if($welcat_yes)://welcartか echo trim(wp_title('',false));//こうするとスペース消える echo '|商品カテゴリ|'; else://ブログか echo trim(wp_title('',false));//こうするとスペース消える echo '|BLOGカテゴリ|'; endif;//wel or blog end ・・・
https://www.javadrive.jp/phpfunc/array/index5.html
https://tenman.info/labo/snip/archives/7741
https://niwakasoft.jp/column/get_of_category/