I am integrating bbpress files into my own wordpress theme. But, I don’t get why there is so many loop files?
“content-archive-forum.php” links to “loop-forums.php”, and inside that, it links to “single-forum.php”.
Why on earth is there one loop linked to another, and then another, and then another? It sees confusing to me…
Can’t I just leave out files like “loop-forums.php” and add that code directly in “content-archive-forum.php and do the same with the other files? Or is it necessary to keep them broken up?