How can I filter by tags in the Ride theme?

I was wondering how to filter by tags in the Ride theme. I did a cursory look at the theme files but couldn’t find the code for the sidebar, and in the filters under navigation there was no option to filter by tags, so I am assuming it needs to be added in the liquid templates. If anyone has a quick answer for this I would appreciate it!

Hi @morthemex ,

I do not think there is an option to have tag filter without writing a custom code. However, you can use metafields.

1 Like

Ok, would you recommend an AJAX method for this or is there a simple liquid loop I can use to generate this list?

Liquid code will not be enough. Ajax would be great for this