I would like the number of comments to be spelled out, ex "two comments" vs. "2 comments". Does anyone know of a way to set that format?
I would like the number of comments to be spelled out, ex "two comments" vs. "2 comments". Does anyone know of a way to set that format?
There's no particularly easy way to do it. There's some code over here that will convert a number to english: http://bloople.net/num2text/cnumlib.txt
Using that, you could construct a plugin to do it. A filter on "comments_number" to find the digits and replace with text (by running it through that function) would probably work. It's not trivial though.
This topic has been closed to new replies.