I wanted to create a glossary of terms using my weblog entries. So created a glossary category and wanted to show just the archive for that category with definition excerpts under each {title}or glossary term. So a combination of your original thread and Daniels contribution put me in right the direction.
The code I’ve come up with is as follows:
<ul>{exp:weblog:entries category="4" sort="asc" rdf="off" dynamic="off" limit="5"}
<a href="{comment_url_title_auto_path}">{title}</a>
{body}
{/exp:weblog:entries}</ul>
Seems to work but haven’t run it through the validator yet. Suspect a whole host of errors will probably emerge which is normally the case with my ugly hacks!
Would be greatful if you could let me know if you spot a glaring problem. Thanks.
Incidentally I think the problem I had was principally to do with trying to use the actual category name or alternatively C1, C2 etc label, instead of just the category number.