Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
k2ブレッドクラムからアイテムのタイトルを削除し、カテゴリ名のみを表示するにはどうすればよいですか?
例えば:
ホーム>カテゴリ1>カテゴリ2>アイテムタイトル
に向けられる:
ホーム>カテゴリ1>カテゴリ2
私は数ヶ月前に見つけた答えを共有します:
パス/modules/mod_k2_tools/helper.phpで、行を次の$title = $row->title;ように変更する必要があります$title = "";
/modules/mod_k2_tools/helper.php
$title = $row->title;
$title = "";
また、ブレッドクラムを操作するための優れた拡張機能がいくつかあります。