Skip to content
r-a-y edited this page Apr 22, 2013 · 1 revision

By default, BP Follow uses the following slugs for the URLs:

  • Following - example.com/members/admin/ following /
  • Followers - example.com/members/admin/ followers /

To change these slugs, add the snippet in question to your theme's functions.php or wp-content/plugins/bp-custom.php.


"Following" slug

define( 'BP_FOLLOWING_SLUG', 'people-you-like' );

"Followers" slug

define( 'BP_FOLLOWERS_SLUG', 'people-that-like-you' );

This will change the follow URLs to:

  • Following - example.com/members/admin/ people-you-like /
  • Followers - example.com/members/admin/ people-that-like-you /