Question:
How can I show a list of the most commented entries, sorted by number of entries?
Answer:
<ul>{ exp:weblog:entries weblog="default_site" orderby="comment_total" rdf="off" dynamic="off" limit="10" disable="member_data|pagination|trackbacks|categories|custom_fields"}
<li><a href="{comment_url_title_auto_path}">{title}</a> ({comment_total}) </li>
{/exp:weblog:entries}</ul>
Category:Tips Category:Comments
