Recently whilst working with Zendesk (I’ve never used it before) I had to implement a fairly basic design that wanted to display all stickied posts on the homepage. While Zendesk offers this functionality out of the box, it only shows five at a time and requires you to paginate through via links (what is this 2002?). Not exactly ideal.
I’ve worked out you can do anything in Zendesk but it requires a lot of hacking using CSS and JS to get it to do what you want. The following code will load in all stickied posts and remove the pagination links from view. It works really well, enjoy.
To use the following code, go to settings > extensions and then add a new global JS widget and paste in the below code.