Add a Category in the Community, but have it show up on the front page
I want to add a category (https://procentivehelp.zendesk.com/hc/admin/appearance#customization) that will then show up on the front page. Anyone know how to do that?
-
Hey,
@Amber Gabranski Please refer to this post - https://support.zendesk.com/hc/en-us/community/posts/115007413227-Clicking-a-category-redirects-to-a-community.
You can also look at the documentation of page_path helper.
Let me know how it goes.
Thanks
Team Diziana
-
Hi Amber, let try with this:
In your Home page code you will find this part of the code:
{{/each}}
{{/if}}
{{/each}}under it just paste this code and change needed strings/links
<li class="blocks-item">
<a href="!!LINKT_TO_TOPIC" class="blocks-item-link">
<img src="!!new-image-url">
<h4 class="blocks-item-title">!!NEW TITLE HERE</h4>
<p class="blocks-item-description"></p>
</a>
</li>Let us know the result! :)
-
Also, welcome to the Zendesk Community, Amber! We're glad to have you.
-
This ticket closed for comments by the Zendesk Community team. If you have a related or new question, please create a new post.
投稿コメントは受け付けていません。
4 コメント