Code Anatomy: Grouping array items into subarrays of a certain size
Something I need surprisingly often when doing front-end templating is the ability to take a one-dimensional list of data, like a product list, and output it in multiple dimensions. Check →