Recent searches
No recent searches
Adding custom link in {{link}} on {{#link}} format. Theme development
Posted Dec 19, 2024
In header.hbs I see {{link "community"}}
and {{link “new_request” class="submit-a-request"}}
How to add a new link? I want to add a new link, like this {{link “Somewhere”}}
or in {{#link}}
format. How would I do that? where to read more?
I am using copenhagen master theme https://github.com/zendesk/copenhagen_theme/blob/master/templates/header.hbs
0
3
3 comments
James Peterson - Eastern Logic
Hi Alex | Plement,
I'm not sure if I am misunderstanding your request, but you should be able to add a normal HTML link for pages not supported by the Theme helper, so like <a href="https://link.to.somewhere">Somewhere</a>
1
Alex | Plement
James Peterson - Eastern Logic thanks. Were can I read more about what link are supported in {{link}} format? What is available for use. Cant find it in the manual…..
0
Elaine
It looks like you’re seeking help on adding new links in your theme. As James mentioned, using standard HTML for links that aren't supported by the Theme helper is definitely an option.
For your specific question regarding the format, I recommend checking out the Zendesk documentation article for a list of available link types and formats.
If you have additional questions or a specific goal in mind, feel free to share, and the community may be able to offer more detailed assistance!
0