Now that I got the comments form set up I entered 3 comments. 2 from my account, 1 from another account—both are super admin accounts. Only my 2 show up. I checked the entry and it shows all 3 comments in the edit control panel, but they don’t appear on the “front-end” page. If I delete my 2 comments the other comment shows up. Any ideas why it would only show comments from a single user at a time.
My code is:
{exp:comment:entries sort="asc" limit="20" weblog="{embed:my_weblog}" url_title="{segment_2}"}
<div class="commentAuthor span-3">
{if avatar}{avatar_url}{if:else}{my_path}images/mg_images/icon_avatar_missing.png{/if}
<span class="small quite">By {name} on {comment_date format="%Y %m %d"}</span>
</div>
<div class="commentEntry span-17 last">
<div class="commentContainer">
{comment}
</div>
</div>
{/exp:comment:entries}