WordPressユーザーのbaserCMS覚え書き


title タグを出力する

WordPress

wp_title() や bloginfo( 'name' ) などの組み合わせ

テンプレートタグ/wp title - WordPress Codex 日本語版

baserCMS(2系)

$bcBaser->title( [$separator], [$categoryTitleOn] )

[title] タイトルタグを出力する|baserCMS 2系関数リファレンス

baserCMS(3系)

$this->BcBaser->title( [$separator], [$categoryTitleOn] )

[title] タイトルタグを出力する|baserCMS 3系関数リファレンス

メモ

WordPressの場合 wp_title() を title タグで挟む必要があるのに対し、baserCMSでは title タグを含めて出力されるという違いがあります。