How can i display all the blogs from any category in my shopify page liquid
I have seen 2 solutions:
- hardcode the handles and load all the blogs by the hardcoded handles in liquid
- using linklist, add every blog category as subitem
while both of these solutions work its not really the solution im looking for since my blog handles change very often and i have so many that its not really working for me to add them all hardcoded, how to make this dynamic?