Can I change the limit of topics? | Community
Skip to main content

Can I change the limit of topics?

  • February 15, 2022
  • 3 replies
  • 0 views

Aaron18

Can I change the limit of topics?

3 replies

Ifra
  • February 15, 2022

Hey Aaron Zhu, can you explain more about your query? like you want to show more than 30 topics on community topic page or something else you want to do?

Thank You :)


  • March 15, 2022

Hello! I would like to know if you can bring in more than 30 community topics in the community topic page.

 


Ifra
  • March 16, 2022

Hey Stephanie Smith, you can use API to show more than 30 community topics on topic list page. Change the topic number, remove 100 and add as per your requirement.

/api/v2/community/topics?per_page=100

 

See Brett's comment at the bottom to get an idea of how you can use the given API.

https://support.zendesk.com/hc/en-us/community/posts/4408868876954-Is-there-a-way-to-show-list-of-categories-sections-in-guide-theme-header-hbs-

 

 

 

 To show more than 30 posts on topic page: API: /api/v2/community/posts.json?per_page=100

 

Change posts '100' number as per your own need.

Thanks

Team