Viewing 7 replies - 1 through 7 (of 7 total)
  • You don’t need a plugin. Depending on your theme, comments are displayed as a list. Edit your comments template to show them as an “ol” instead of “ul”. They’ll be numbered.

    Thread Starter thadoghouse

    (@thadoghouse)

    It didn’t work. But thanks anyway!

    Thread Starter thadoghouse

    (@thadoghouse)

    Does anyone else know a way I can number my comments?

    If that didn’t work, then your theme is using comments in a different way. Therefore, the only thing we can do is guess.

    However, what I said *should* work – there’s no reason it shouldn’t (unless your CSS is set to display ol and/or li with “list-style:none;”).

    If you really want some serious help with this, then post a link.

    Thread Starter thadoghouse

    (@thadoghouse)

    Oh, my bad, I thought I had already posted the link.

    My website is at http://www.thadoghouse.com

    Let me know if you need to see anything else, and thanks so much for helping me out.

    Right there it is – just as I said:

    .commentlist ol, .commentlist ol li{
    	list-style-type: none;
    }

    It’s set to NOT display your numbering system.

    Thread Starter thadoghouse

    (@thadoghouse)

    So how do I get it to show numbers? I’m so confused.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Numbering comments’ is closed to new replies.