• Any one know how I might display the number of comments as Roman Numerals, e.g. “XI Comments” ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • list-style-type: upper-roman;

    – to be added to the style declaration of the list that displays your comments.

    Thread Starter redsil

    (@redsil)

    Thanks. Actually that’s useful, but I didn’t explain well enough.
    I want ‘number’ to display as a Roman Numeral in:

    <?php comments_number('Discuss!','I response','% responses'); ?>

    So that if there are 11 comments, then this function displays:

    XI responses.

    Is there a Roman Numerals number formatting in PHP that I could use?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments as Roman Numerals?’ is closed to new replies.