hugo-freelancer-theme
hugo-freelancer-theme copied to clipboard
Create a load more button on portfolio items
I have a growing portfolio of work and I'm trying to manage the number of items I display on my single page site using this theme. I would like to display just the first 6 projects and then display a "Load More" button/link that will continue to load 6 more projects until all are displayed.
I have an Idea on how to do this with JS but my issue is with iterating through the $.Site.Data.projects so that I can group them. Do you have any ideas about adding this functionality to the theme?
Thanks,
-johnny;j