Thread Starter
morpe
(@morpe)
forgive me, I do not speak English well.
I do not want to print comments, I need an array with the right order of the ID of the comments.
with wp_list_comment() I get the order right, but writes the tags that I do not need, as you saw in the screenshot.
then, or edit the WP files, or find a way to remove those tags, or re-invent the function that generates the order.
with var_dump($comments) I see that the comments are in order of increasing ID, wp_list_comments calculates each time the order, but how?
thanks for now, and greetings from Florence (Italy)!
😀
Thread Starter
morpe
(@morpe)
tried that too, always in series order
(@morpe)
13 years, 9 months ago
in my comments.php there is only COMMENT_ID (),
I tried “echo get_comment_id()”
but does not work
I just want the right order of the comments.
how do you?