Yes, the comment code is inserted inside weblog entry code otherwise it
doesn’t work, providing below the code snippet, we are using, please check
and help:
{exp:weblog:entries weblog="depthskins_blog" paginate="bottom"}
{embed="site/.header" loc="index" title="{title}”}
{title}
Posted by {screen_name} in {categories}{category_name}{if count > 0},{/if} {/categories} on {entry_date
format="%M %Y"}{if allow_comments} with {comment_total} Comments{/if}
{body}
{paginate}
{if previous_page}
Previous Article
{/if}
{if next_page}
Next Article
{/if}
{/paginate}
<h3 class=“comment_header”>{comment_total} Comments Leave a comment</h3>
{if comment_total > 0}
<ul id=“comments”>
{exp:comment:entries sort="asc" limit="20"}
<li class=”{switch="even|odd"}”>
{name}
{comment_date format="%m/%d/%Y"}
{comment}
</li>
{/exp:comment:entries}
</ul>
{/if}
{/exp:weblog:entries}