Support

Account

Home Forums General Issues Trying to display a category (taxonomy) field in the fronted Reply To: Trying to display a category (taxonomy) field in the fronted

  • 
    $plan_types = get_field('plan_type');
    if ($plan_types) {
      ?><li>Plan type : <?php echo $plan_types[0]->name; ?></li><?php 
    }