Hi - I’m not sure if this is possible as I’m new to Ghost and haven’t found this in documentation.
My use-case:
Say, I’m writing Travel Guides. So, I want user to be able to filter guides by Country → City
UK → Windsor
UK → London
Canada → Waterloo
Canada → London
So, if a user clicks on “UK”, I want user to see “Windsor” and “London” filters on the sidebar.
Now, user clicks on “London”, I want user to see posts tagged with “UK” AND “London”.
I do NOT want to show posts that are non-UK. For example, Travel guide for London, Canada should not show-up.
How to do this?