Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: home page = blogs (how do i fix??)

Thank you very much for the link. I apologize in advance for not getting this. I tried your instructions, creating the bp-custom.php file as you suggested:

function blog_to_video($c){

$c = ‘videos’;

return $c;

}

add_filter(‘bp_blogs_slug’,’blog_to_video’);

I tried it with my own label and also tried it with the label video – both return a poorly formatted home page listing the blogs (as it did when I simply uploaded the blogs plugin) but the following text is at the top of the page:

function blog_to_video($c){ $c = ‘videos’; return $c; } add_filter(‘bp_blogs_slug’,’blog_to_video’);

Am I supposed to edit another file somewhere?

Thank you again for your help!

Skip to toolbar