管理画面の 設定 > Breadcrumb NavXT です。
「ホームページテンプレート」と「ホームページテンプレート (リンクなし)」の設定値に含まれている %htitle% を変更。
例えばホームページテンプレートなら
デフォルト:
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="%title%へ移動" href="%link%" class="%type%"><span property="name">%htitle%</span></a><meta property="position" content="%position%"></span>
変更後:
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="%title%へ移動" href="%link%" class="%type%"><span property="name">ホーム</span></a><meta property="position" content="%position%"></span>
-
この返信は8年、 5ヶ月前に
gblsmが編集しました。