I am creating a Kalium page which displays my work (portfolio items) similar to how it is done in the Remi LeBlanc page. However, I would like the grid to be randomized upon loading and was wondering if there is a way that this can be done within the theme.
I am creating a Kalium page which displays my work (portfolio items) similar to how it is done in the Remi LeBlanc page. However, I would like the grid to be randomized upon loading and was wondering if there is a way that this can be done within the theme.
Hi,
If you want to randomize the order of projects add this code in functions.php
If the portfolio projects are showing in homepage and other pages as well, you can apply random order on homepage only with this improved code:
This should work for you.