Display a Number for Each Comment

This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.

In the Design Options panel, under Comment Options > Comments > Comment Meta, check the “comment numbers” option.

Once that’s enabled, you can style these with the following in custom.css file (change to suit your requirements):

.custom .comment_num {
  float:left;
  padding-right:5px;
}