I am using the Weblog Categories tag to list my categories on a page. I want each category in the list to link to the FIRST entry in that category. What I have so far links to the template and lists all the entries in the category. I want it to show only the first.
{exp:weblog:categories weblog="{my_weblog}” show_empty=“no” style=“linear”}
{if category_image != ""}
{category_image}
{/if}
{category_name}</div>
{/exp:weblog:categories}
Anyone know how I should do this?
Thanks