Hello,
with template exemple : I want not to display "no comment". But I want also, if there are one or more comments, display title "One comment" or "2 comments", etc. as a title.
(for example, the source would be: One comment, 2 comments etc.)
I take the code for comments in exemple template. It is:
``
I try to put ... only when there are comments and disable "no comment" when there is no comment.
I Write:
``
That don't work.
One idea?