I can't call the categories list in document_head.hbs. Can you tell me how to call it or an example? | Community
Skip to main content

I can't call the categories list in document_head.hbs. Can you tell me how to call it or an example?

  • May 10, 2024
  • 1 reply
  • 0 views

김조은

I want to create a QuickMenu that is exposed to every page.

I can't call the categories list in document_head.hbs. Can you tell me how to call it or an example?
Can you tell me how I can call the category list because there are different ways to call the category within the page?

(We are using "code modification" provided by Gendesk.)

 

 

1 reply

Greg29
  • May 13, 2024

Hi there! The categories helper won't be available in the document head, nor in some of the other templates. The way to access all pages would be through the header, however the categories helper is not an option there. Could you give me a better idea of what you're trying to do so that I can see if there any other options that I can suggest?