Viewing 3 replies - 1 through 3 (of 3 total)
  • you should be able to find the children comments css classes by using a tool such as Firebug https://getfirebug.com/

    Twenty Eleven for instance has the class: ul.children

    in the comment callback function, you can check the value of the $depth variable.

    Thread Starter yans_fied

    (@yans_fied)

    the problem is there are different markup for children comments, look at my included image link.

    the problem is there are different markup for children comments, look at my included image link

    yes – and where is the problem?

    my understanding of your question is, that you want to know how to influence this different markup.

    look into the html output of your site in the browser, to see how different the mark-up is, or if this is just a formatting issue.

    or try to find the comments callback function – if your theme uses one – to see how the markup is done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing children comments in wp_list_comments’ is closed to new replies.