I am creating a club listing where I would like it to be displayed by the following tree structure:
Region
-State 1
—City 1
—-entry 1
—-entry 2
—-etc…
—City 2
—-entry 1
—-entry 2
—-etc…
-State 2… and so on.
What would the best method for handling this be? Related entries or a custom SQL query?
Thank you for any input!
Rick