Add Forum Topics to Home
-
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 ); ?>
How can I easily list the logged in user’s forum posts without relying on the recent topics widget that ships with bbPress?
Thanks
- You must be logged in to reply to this topic.