Skip to content
New issue

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

ブログカテゴリアーカイブページや年別一覧ページなどでカテゴリや記事タイトルがパンくずやtitleタグに正しく反映されない問題 #3099

Closed
4 tasks
katokaisya opened this issue Feb 9, 2024 · 0 comments

Comments

@katokaisya
Copy link
Collaborator

概要

ブログ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

  • bc_baser_core BcBaserHelper.php getContentsTitle() の調整
  • bc_Blog
    • BlogHelper.php getTitle() の調整
    • BcBlogBaserHelper.php methods() の追加

備考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant