Hi,
I have embedded the {exp:comment:entries} in the {exp:weblog:entries} on my index page.
That works fine, but there is one problem. The {url_or_email_as_author} gives the author of the article and not the author of the comment.
Is there something i do wrong?
This is how my code looks like:
{exp:weblog:entries weblog="{master_weblog_name}" orderby="date" sort="desc" limit="2"}
{title}
{body}
{exp:comment:entries limit="5" dynamic="off" entry_id="{entry_id}"}
<i>{comment}</i>
Posted by {url_or_email_as_author} {comment_date format='%m/%d'} {comment_date format='%h:%i %A'}
{/exp:comment:entries}
{/exp:weblog:entries}