category_page.hbsに、カテゴリーの一覧を表示する方法はありますか? | Community
Skip to main content

category_page.hbsに、カテゴリーの一覧を表示する方法はありますか?

  • March 11, 2025
  • 1 reply
  • 0 views

Takasumi(Desiger)

category_page.hbsに、カテゴリーの一覧を表示する方法はありますか?

 

category_page.hbsを以下のようにしたいと思っています。

・画面左のサイドバーにはカテゴリーの一覧を表示

・画面右のコンテンツエリアには、カテゴリー配下のセクションとそこに紐づく記事一覧を表示

 

カテゴリー間をクイックに移動しつつその配下にあるセクションや記事一覧をクイックに確認できる体験を届けたく、上記のようにしたいと思っています。

1 reply

Francis14
  • June 12, 2025
Hi Takasumi,
 
In Zendesk Guide, the theming system allows for customization of templates using Handlebars. However, by default, the category_page.hbs template is designed to display a single category's content (sections and articles) but does not natively support displaying a list of all categories simultaneously within the same page, such as in a sidebar.