• Resolved Joy

    (@xochocolate)


    Is there a way of putting all the threaded comments under another class for further editing? I’d like to make them separate from its parent comment (with a background pointing upwards to the parent comment instead of “nested” into it).
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’d need to use something like <?php wp_list_comments('callback=my_theme_comments'); ?> and then create the callback function my_theme_comments() in functions.php to display the comment list.

    Thread Starter Joy

    (@xochocolate)

    Great, I solved it! Thanks again 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editing/Styling Threaded Comments’ is closed to new replies.