Hi @mechcalvin
At least by default, I believe all terms get their own archive at a url like that. However, if you’re wanting to see all posts that have any term from the taxonomy, similar to how a post type has, then WordPress doesn’t have that version. It’s only for specific terms.
That said, at leas with that link, I’m seeing an initial page showing no results, but I also believe it’s being controlled by whatever is providing the search fields on the left. If that’s the case, then it’d probably be a good idea to check with the support people behind what’s providing that area.
my theme has pre-set custom terms archive page like this: https://homeplus.hk/en/property_location/marina-cove/
however I am not sure how to hierarch
Have you set the taxonomy to be hierarchical: true? After that, you’d be able to choose parent/child relationships for the terms.
Any changes or new developments here?
I had hierarchical: true on, but it didn’t do the job so I have fixed it by creating a taxonomy-oversea_property_locations.php. thanks