Cheers Wouter - definately on the right track problem is it just list category as a title above the entries but duplicates the entries underneath - it’s not showing the entries solely from that category. Below is my code:
{exp:weblog:categories weblog="artists" style="linear"}
<h1>{category_name}</h1>
{exp:weblog:entries weblog="artists" dynamic="off" orderby="date" sort="asc"}
<div class="boxgrid slideright">
{site_url}scripts/timthumb/timthumb.php?src={exp:parse_url total=
<strong>{title}</strong>
<ul>
<li><a href="http://{path=%27artist/%27}{url_title}" title="{title}">View Artist</a></li>
</ul>
</div>
{/exp:weblog:entries}
{/exp:weblog:categories}
I have acheived the desired outcome before but only with gallery entries - I think I am overlooking something simple here.
Any suggestions?