so my Taste theme is only displaying 5 posts, and I’d like more. When I opened it ip in Visual Studio Code the config line currently says 12 posts per page, but thats not happening. Any ideas? cheers, g
Many themes make a separate #get request for the homepage. Check your home.hbs for a #get request with a limit value, and change it there. :) (Download and unzip theme, change value, re-zip, upload.)
Looks like it! I don’t have Source in front of me, but give that a try. :)