Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,696
- How-to & Troubleshooting
- 128,243
- Creating & Extending
- 25,680
- Requests & Feedback
- 9,405
- Third Party Plugins
- 9,754
- Showcase
- 3,321
- Ideas
- 1,349
- Miscellaneous
- 8,879
-
Put this in your bp-custom.php file:
function blog_to_video($c){
$c = ‘videos’;
return $c;
}
add_filter(‘bp_blogs_slug’,’blog_to_video’);
Andy has a filter defined for BP_BLOGS_SLUG.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS