Is there a way to specify a loop template in threaded replies?
-
I’m trying to make a modified version of the bbp_list_replies() function used in threaded replies (I want to make a threaded index with just titles, authors, and post links). I see that the function uses the BBP_Walker_Reply class which calls bbp_get_template_part( ‘loop’, ‘single-reply’ );
Is there any way to call a different template? Maybe through the $args array?
Or would it make more sense to somehow pass a variable that could be used in an if statement in the loop?
Anyone have any idea how to do either of those things?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.