[Plugin: Taxonomy Images BETA] How to change order of taxonomies on the page?
-
Is it possible to order the taxonomies, by their ID or perhaps even more usefully by Description?
$cats = get_categories('taxonomy=my_taxonomy_category'); foreach ( $cats as $c ) { $url = get_category_link( $c->term_id ); echo '<h2>name . '" >'.$c->name.'</h2>'; $img = $taxonomy_images_plugin->get_image_html( 'thumbnail', $c->term_taxonomy_id ); if( !empty( $img ) ) print '' . $img . ''; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Taxonomy Images BETA] How to change order of taxonomies on the page?’ is closed to new replies.