This sounds really simple yet for some reason I’ve never come across doing something like this before.. and yet have run into a problem.
Client has a list of downloadable files that are either PDF or EXCEL files.. these are then categorised so that they are easy enough to find. I want to show a page which contains these downloads, listed within their categories.. so i thought Category_archive would work great… which it does up to the point that the custom field that contains the location of the download file doesn’t seem to work within the
{entry_titles} tags… is this possible or have i done this a completely stupid way.. thought it would work great at first… hmmm
{exp:channel:category_archive channel="downloads" style="linear" show_empty="no" }
{categories}
<h4>{category_name}</h4>
<p> {if category_description}{category_description}{/if}<br />
{/categories}<br />
{entry_titles}<br />
<li><a href="http://{downloads-file}">{title}</a></li><br />
{/entry_titles}<br />
{/exp:channel:category_archive}