Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress not working when WP files are running in a subdirectory


Gianfranco
Participant

@gian-ava

sacstephen, try to put this in bp-template.php

function my_bp_override_core_domain() {

$domain = get_bloginfo('url');

return $domain;

}

add_filter('bp_core_get_root_domain','my_bp_override_core_domain');

If you don’t have this file, create it in wp-content/plugins

Let us know.

Skip to toolbar