{total_queries} Queries - {elapsed_time} seconds

Example: Group all entries by author

{exp:nsm_channels:group_entries_by group_by="author_id" } {if group_count == 1}

Total number of groups being displayed: {group_total_results}
Total number of entries being displayed for all groups: {group_channel_entries_total_results}

{/if}

{author}

Author ID: {author_id}
Author count: {group_count}
Total number of entries being displayed for this group: {group_channel_entries_total_results}

{if group_count == group_total_results}

Testing that this is the end of the list

{/if} {/exp:nsm_channels:group_entries_by}