Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change users url page only?

Viewing 1 replies (of 1 total)
  • @r-a-y

    Keymaster

    BuddyPress cannot handle a different members slug for single profile pages.

    It might be possible via custom code, but is probably hard to implement. The easiest thing to do is remove the user slug entirely for user profiles, while keeping the Members Directory at users.

    You can remove the user portion of the member profile URL with the following code snippet in your theme’s functions.php or via a custom plugin:

    add_filter( 'bp_core_enable_root_profiles', '__return_true' );

Viewing 1 replies (of 1 total)
  • The topic ‘How to change users url page only?’ is closed to new replies.
Skip to toolbar