In my comment form for replies the following is added at the beginning
(auto by wp):
<ul class='children'>
and at the end:
</li>
</ul>
</li>
This kinda breaks my comment function because somehow I would need to add:
<li> before the ul and </li> after the url but only if it is a replied comment. I could do that ... as the other workaround but ... how to check if a comment is a reply (i could then insert it in comments.php).
So either:
- these 2 codes that are put in there: i dont want OR
- i need to check if it is a reply to have a li before and a li after the insert ul
???