List Topics of Logged In User on Home Page
-
Hello,
I am trying to add the logged in user’s forum topics to my BuddyPress site in a custom sidebar. I keep getting this error message:
Fatal error: Call to undefined function bp_has_forum_topics()
..when inserting the following:
<?php locate_template( array( 'forums/forums-loop.php' ), true ); ?>
I am using a custom theme. How can I easily list the logged in user’s forum posts without relying on the recent topics widget that ships with bbPress?
Thanks
- The topic ‘List Topics of Logged In User on Home Page’ is closed to new replies.