I am using Advanced Custom Fields in wordpress and have created 2 taxonomies for the Custom Post type - Attorney. The Taxonomies are Practice Areas and Admitted to Practice. I also have a template created to display the information for each attorney called single-attorneys.php
I am using the code:
< ? php the_taxonomies('practice_areas'); ? >
But I want to display each Taxonomy in a seperate line not all together like you see here in the Admitted to Practice area
What am I missing?