I cant get my categories to display it’s name and content, here is my code
{exp:weblog:categories category_group="4" show="40" show_empty="no" style="linear" weblog="wineries"}
<h2>{category_name}</h2>
<p>{exp:weblog:entries weblog="wineries" category="40" dynamic="off"}<br />
<br />
<ul><br />
<li><a href="http://{wineries_importers_website}">{title}</a></li><br />
</ul></p>
<p>{/exp:weblog:entries}<br />
{/exp:weblog:categories}Not sure what im doing wrong…this code has worked for me in the past. My category ID’s range from 40-58, and none of them show up. Can anyone help?