Alphabetically Sort Terms of Taxonomy

Alphabetically Sort Terms of Taxonomy

screen98

slug, $b->slug);
    }

	$terms = get_terms([
			    'taxonomy' 		=> 'product_brand',
			    'hide_empty' 	=> false,
			    'orderby' 		=> 'name',
				'order' 		=> 'ASC' 
			]);


    usort($terms, "cmp");

	foreach($terms as $term){
?>
	
  • ', 'hide_empty' => false, 'orderby' => 'name', 'order' => 'ASC' ]); usort($terms, "cmp"); foreach($terms as $term){ ?>
  • screen99

    Leave a Reply

    Your email address will not be published. Required fields are marked *