• Resolved thedream09

    (@thedream09)


    Hi.

    I would like to remove /vendor slug. I found the usefull code used for remove /members in buddy slug (tested). What is correct should be use for remove /vendor?

    add_filter( ‘bp_core_enable_root_profiles’, ‘__return_true’ );

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @thedream09, thanks for reaching WCMp Support!!

    As per the default login of WordPress, each entity group should have a base slug. Like category, post, etc. Similarly, vendor should have one, we cant keep that blank. This is being used to identify the entity and produce the page nature accordingly depending upon that slug part.

    So what you can do is, you may change it to some other name via WP-Settings >> Permalinks >> Vendor Shop Base

    i.e. you can something like this: yoursite.com/ insert your preferred slug name / [vendor_name].

    Let us know if you have any further query.

    Thread Starter thedream09

    (@thedream09)

    I understand what are you saying, but i found that there is no problem. I tested remove autho base, and /members base of buddypress. I work complete fine, which mean i allow to remove one of these base before username

    I will enable autho base, and remove complete /vendor base. Please give me code. I would let you know after testing if it work correct without any conflict. It should be many user need this.

    I want to have domain.com/username (vendor base removed)

    @thedream09 We are using product taxonomy page as vendor shop page also. So, you can rename ‘vendor’ but cant remove it, as it may break the woocommerce flow.

    Let us know if you have any further query.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove /vendor slug’ is closed to new replies.