Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change the name of the blogs folder


Burt Adsit
Participant

@burtadsit

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.

Skip to toolbar