Support

Account

Home Forums General Issues Unable to display tax_query Reply To: Unable to display tax_query

  • try adding a $term to your custom field & use get_field instead of the_field

    $term = get_queried_object();
    $property_adress = get_field('property_adress',$term);
    echo $property_adress;