get_terms 'orderby'
-
I need to output my terms in the order that they are in the wordpress admin panel, is this possible?
$custom_terms = get_terms(array( 'taxonomy' => 'procedure_kategorier', 'hide_empty'=> '0', 'orderby' => 'menu_order',));
what do i write in the orderby to get the terms order according to the order i set in the wordpress admin panel?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘get_terms 'orderby'’ is closed to new replies.