Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
oh sorry, i forgot to include the register widget hook
function my_register_widgets_init() {
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“Whatever_You_Named_It_Latest_Topics_Widget”);’) );
}
add_action( ‘bp_register_widgets’, ‘my_widgets_init’, 15 );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS