post_type_archive_title()

【テンプレートタグ】post_type_archive_title( 文字列, タイトルの表示 )
カスタム投稿タイプのアーカイブのタイトルを表示、または取得する。

<h1>
  <span class="content-SubTitle">ヘアスタイルカタログ</span>
  <?php post_type_archive_title(); ?>
</h1>
inserted by FC2 system