I’m using the following code to list the supporters of our project:
<ul class="block">
{exp:weblog:entries weblog="supporters" orderby="date" sort="desc"}
<li><a href="http://{comment_url_title_auto_path}">{title}</a></li>
{/exp:weblog:entries}
</ul>The problem I run into is when I get to the page that lists the info for a specific supporter, it no longer shows the full list, only the one for that page.