Hi guys,
I’m trying to set up Comments for my weblog-channel (http://www.digitaaldier.nl/weblog),, but something weird is happening. i’ve included if no_results, but the content that should appear doesn’t. Here’s the code I use for displaying comments:
<h2 id="comments">Commentaar</h2>
Ben ermee bezig!
{if no_results}
Nog niks… Lekker rustig is 't hier h&eagrave;?{/if}
{exp:comment:entries sort="asc" limit="20"}
{comment}
Op {comment_date format="%d-%m-%Y"} door {name}
{/exp:comment:entries}Any thoughts?