Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to remove /member/ from URL


3174518
Inactive

Thats wrong…in bp-core can you define the path:

if ( !defined( ‘BP_MEMBERS_SLUG’ ) )

define( ‘BP_MEMBERS_SLUG’, ‘member’ );

so you can change it…and i’m sure that you can remove it.

Skip to toolbar