[2.0/RC1] loop-author.php
-
So, this file is missing. I was trying to get the authors posts on the profile page but I saw that bbPress 2.0 already does that. But not really. Looking through content-single-user.php I noticed something was missing… something like
bbp_get_template_part( ‘bbpress/user’, ‘posts’ );
which needs:
<?php bbp_get_template_part( ‘bbpress/loop’, ‘author’ ); ?>
but there.s no loop-author.php…
Can someone help? Am I missing something? Maybe half of my brain?, because I really think there’s a conspiracy here!
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.