Does anyone know how to have theaded coments shown the way they are threaded in the comments-popup.php theme template?
I built my site's theme from scratch and recently I included threaded comments support for single posts and pages but I can't find a way (in this forum or in the codex) to add threded comments functionality in comments-popup.php Can someone recommend me a hack or a whole basic loop to make it possible? <?php wp_list_comments(); ?> does not work in comments popup template...
In reality my theme's comments-popup.php tamplate is a modification of the one included in Kubric default template...
Thank you in advance for any help :)