Home › Forums › Support › Comment Numbering This topic has 11 replies, 2 voices, and was last updated 5 years, 6 months ago by Tom. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts March 3, 2018 at 6:32 am #510474 Carl I want to give each comment a number. I have an installation, there is this already implemented, but I can´t find it out, how. Has someone an idea? Here is an example: https://www.carl-auer.de/blogs/kehrwoche/ Thanx & Regards Wolfgang March 3, 2018 at 10:09 am #510677 TomLead Developer Lead Developer Hi there, Give this a shot: li.depth-1 { list-style-type: decimal; } March 3, 2018 at 10:13 am #510685 Carl Hi Tom, thank you, but I want that every comment automatically gets a unique number, like it is in the example. March 3, 2018 at 10:14 am #510686 TomLead Developer Lead Developer That code was taken from the example site you linked to. Comments are numbered list, so each comment will have a unique number with that CSS. March 3, 2018 at 10:27 am #510700 Carl OK, thank you very much! Something is there but hidden … Kind regards and have a nice weekend! March 3, 2018 at 8:35 pm #510936 TomLead Developer Lead Developer I’m not seeing the CSS on your site? No problem – you as well! 🙂 March 7, 2018 at 2:02 am #513668 Carl Now the css-code is on the page, thank you for your great support! Now, all Comments have numbers like 1. 1. 2. 2. 1. 2. 3. 1. Better would be like 1. 1.1 1.2 2. 2.1 2.2 2.3 2.3.1 Do you have an Idea? Kind regards Wolfgang March 7, 2018 at 2:06 am #513670 Carl Sorry, the System has deleted my blanks. My question is how can I number nested comments better. March 7, 2018 at 2:28 am #513693 Carl Not the beste but one solution: li.depth-1 { list-style-type: decimal; } li.depth-2 { list-style-type: upper-latin; } li.depth-3 { list-style-type: lower-latin; } li.depth-4 { list-style-type: upper-roman; } li.depth-5 { list-style-type: lower-roman; } March 7, 2018 at 10:24 am #514092 TomLead Developer Lead Developer That looks like the best solution. I’m not sure how you’d do it otherwise. March 7, 2018 at 10:35 am #514109 Carl OK, thank you! I´m very amused of Generate Press and it is very often that I´m so happy of many functions they make the work with wordpress more easy. I can´t imagine how was the work without Generate Press before I have found it! Regards Wolfgang March 7, 2018 at 8:20 pm #514348 TomLead Developer Lead Developer Great to hear! Thank you! 🙂 Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In