Help Center - design/links
We have created our Zendesk Help Center and the way that this has been built is that the title of the category is hardcoded into the coding.
This is problematic as every time we want to change the copy of the category title, we have to change it on the backend AND change the copy in the code.
Is there a placeholder or something that can be used instead? Its causing quite a lot of problems.
I'm not sure why it was implemented this way in the first place... help needed please!
-
Try putting this in place of the hard coded title:
{{article.title}}
There are a number of properties you can use, see here:
https://developer.zendesk.com/apps/docs/help-center-templates/introduction#help-center-properties
-
I just get an error when I do that...
As an example, this is what it looks like:
<li><a href="https://helpcenter.com/hc/fr/articles/205518332-articlehere-">{{article.title}}</a></li>
Please sign in to leave a comment.
2 Comments