Support

Account

Home Forums General Issues Custom Taxonomy Archive Issues Reply To: Custom Taxonomy Archive Issues

  • you shouldn’t need to as long as it’s inside your loop

    
    foreach ( $terms as $term ) {
      $id = $term->slug.'_'.$term->term_id;
    }