Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119468

Chris on "[Plugin: Tag Groups] How can I list tags arranged by groups?"

$
0
0

You could use the tag_groups_cloud function and set the second parameter to "true", try for example:

if ( function_exists( 'tag_groups_cloud' ) ) print_r( tag_groups_cloud( array( 'orderby' => 'count', 'order' => 'DESC' ), true ) );

Viewing all articles
Browse latest Browse all 119468

Trending Articles