Hi Sean,
I am trying to get the latest comment author name in customer_feedback channel in below code. It lists latest customer feedbacks with who started the post with date it was originally started, total comments, views and the most recent comment date. I also need to pull the most recent comment author. Below is the code. So what would be the tag to pull the most recent comment author name?
{exp:channel:entries channel="customer_feedback"}
{title} By {author} on {entry_date format='%m/%d/%y'} {comment_total} Comments , {view_count_one} Views Last comment by: {author_name or id does not work here…}??? on {recent_comment_date format="%Y %m %d"}
{/exp:channel:entries}