Hi there!
Maybe I go straight to the point... Because in my country (poland), we have more then 3 variaty of "comment"
0 - komentarzy
1 - komentarz
2-4 komentarze
5 and more - komentarzy.
I cannot find and good way to change comments_popup_link section and make it working properly...
when i change -
<?php comments_popup_link("0 ".__('Komentarzy','avia_framework'), "1 ".__('Komentarz' ,'avia_framework'), "% ".__('Komentarzy','avia_framework'),'comments-link', " ".__('Komentarze
Wyłączone','avia_framework')); ?>
for this -
<?php comments_popup_link("0 ".__('Komentarzy','avia_framework'), "1 ".__('Komentarz' ,'avia_framework'), "2 ".__('Komentarze' ,'avia_framework'), "3 ".__('Komentarze' ,'avia_framework'), "4 ".__('Komentarze' ,'avia_framework'), "% ".__('Komentarzy','avia_framework'),'comments-link', " ".__('Komentarze
Wyłączone','avia_framework')); ?>
That makes the comments counter stops at 3 and nothing more...
Thanks for every kind of help.














