So I have created a custom Taxonomy called "Locations". I have the following taxonomies parent/child:
Arizona
-- Maricopa County
---- Phoenix
---- Glendale
---- Tempe
I have created an archive page template in the WordPress site editor and it displays each taxonomy as such:
hidden link.
This all works fine.
What I am trying to do is list child taxonomies at the bottom of the page IF child taxonomies exist. So in the case of "Maricopa County", it has 3 child taxonomies. I want to display links to each of these child archive pages dynamically which will result like this:
hidden link">Phoenix
hidden link">Glendale
hidden link">Tempe
I tried creating a view to display locations taxonomies but even without a filter, nothing displays. Thoughts?
I figured this out pretty quickly. I created the view correctly but realized that I have nothing flagged with those terms. This was by design. So in the view, I needed to uncheck the "Don't show empty terms" checkbox. It works perfectly.