We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ブログindexページ以外で $this->BcBaser->getCrumbs() や $this->BcHtml->getStripCrumbs(); を使っても、 パンくずの最後がブログコンテンツ名になってしまいます。 また、タイトルタグもコンテンツ名が最初に来てしまいます。
$this->BcBaser->getCrumbs()
$this->BcHtml->getStripCrumbs();
上記と関連して ブログカテゴリアーカイブページや年別一覧ページなどで $this->Blog->getTitle() を使用すると Warning (2) : Attempt to read property “title” on null となってしまいます。
Warning (2) : Attempt to read property “title” on null
baserCMS version : 5.0.8
The text was updated successfully, but these errors were encountered:
3433bc0
No branches or pull requests
概要
ブログindexページ以外で
$this->BcBaser->getCrumbs()
や
$this->BcHtml->getStripCrumbs();
を使っても、
パンくずの最後がブログコンテンツ名になってしまいます。
また、タイトルタグもコンテンツ名が最初に来てしまいます。
上記と関連して
ブログカテゴリアーカイブページや年別一覧ページなどで
$this->Blog->getTitle()
を使用すると
Warning (2) : Attempt to read property “title” on null
となってしまいます。
baserCMS version : 5.0.8
TODO
備考
The text was updated successfully, but these errors were encountered: