Hi there,
I am building a company intranet with list of files available…
What i need to do is group the document entries into categories.
Here is my EE code:
{exp:channel:entries channel="documents" disable="member_data|trackbacks" orderby="title" sort="asc"}
{categories}<a href="{path=/intranet/documents}">{category_name}</a> {/categories}
<div id="file_list_large">
<h5><a href="{document_file}">{document_title} <span>View / download document</span></a></h5>
</div>
{/exp:channel:entries}
But for every file, this shows the category that the file is in. I only want to display the category one for each group of entries or files.
Can anyone help…
Ian
