How do I get the name of the current post’s taxonomy in WordPress?
I'm trying to get the term name of the current post from the taxonomy floorplanarea. I want to display the term name and then output all posts under the term Could anyone help me? <?php $floorplan_area = get_sub_field('floorplan_area'); if ($floorplan_area)…