Categorized: ExpressionEngine, WordPress
Display the Number of Comments on a Blog Post in EE and WP
ExpressionEngine:
<a href="{comment_url_title_auto_path}#comments">{comment_total} {if comment_total == 1}Comment{if:else}Comments{/if}</a>
WordPress:
<?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?>
Comments
Nothing to see here yet. Start things off, why don't you?
What do you think about that?