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.
Magento には、ブログ投稿識別子をブログ投稿タイトルに自動的に設定する方法はありますか?
ありがとう
ブロックの_prepareLayout()メソッドで、以下のコード行を記述して、ページのタイトルにブログ投稿 ID を設定します。
_prepareLayout()
$this->getLayout()->getBlock('head')->setTitle($id);