xxxxxxxxxx
<?php
$args = array(
'type' => 'post',
'orderby' => 'term_group',
'hide_empty' => 0,
'hierarchical' => 0,
'parent' => 0,
'taxonomy' => '..if you are using a taxonomy instead of a category'
);
get_categories( $args );
?>