How can I highlight an author’s comment, whether or not they are logged in?
I have more than one user posting to a blog and there have been scenarios where the blog author for a post makes a comment when they’re not logged in and it doesn’t add the author class I have set up for it. (It works when they are logged in).
This is what I’m using now, but again, it doesn’t work if the author is logged out, even though the email address submitted is the exact same:
<article class="comment {if entry_author_id == author_id}auth{/if}">What am I doing wrong? How do I get this class added, whether or not the author commenting is logged in or not?
Thanks for your help!