I am trying to build a podcast website out of David Darnes’s Alembic theme. So far I’ve configured a collection for episodes and everything seems to be working for the most part, yay!
Where I’m getting stuck is when I’m trying to show just the latest post on the homepage.
It’s only showing the first post, so it’s limiting it, but not reverse. I tried a pipe character but that seems to be throwing liquid errors in terminal.
Here is a live example:
Help?
Edit: Okay, it looks like I shouldn’t really be using collections for this. Categories are probably a better option as I should be able to filter through a for loop by a certain category, right?