Get the values or elements….
-
//sections => your_taxonomy
//term_order => field added by this plugin to can order
//order => orientation of the order ASC, DESC$sections = get_terms(‘sections’, ‘orderby=term_order&order=asc’);
foreach ($sections as $section) {
echo $section->name;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get the values or elements….’ is closed to new replies.