Display comments number on all type of index (category, tag, archive...)

This commit is contained in:
Gregory Soutade
2014-09-24 20:26:03 +02:00
parent c0318ae208
commit 5e1007e7da
5 changed files with 22 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
</header>
<dyn:post_content/>
<footer class="post_footer">
<dyn:replace div_name="a" href="http://dyn:post_full_url">permalink</dyn:replace> <dyn:replace div_name="a" href="dyn:post_url#comments">commentaire(s)</dyn:replace>
<dyn:replace div_name="a" class="comments_link" href="dyn:post_url#comments"><dyn:comments_count/> commentaire(s)</dyn:replace> <dyn:replace div_name="a" href="http://dyn:post_full_url">permalink</dyn:replace>
</footer>
</article>
</dyn:posts>