Thx, but i found solution of this problem. I have plugin Stats and function “Most Commented”. I modificate function “Most Commented” from:
(…)ORDER BY comment_total DESC(…)
to
(…)ORDER BY comment_total ASC(…)
and working good. Dgold – thx for showing me good way.