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

    @r-a-y

    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)
  • You must be logged in to reply to this topic.
Skip to toolbar