Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,700
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
The register page can be renamed by changing the registration slug.
Add this line somewhere in your wp-config.php:
define( 'BP_REGISTER_SLUG', 'yourregisterslug' );
Change ‘yourregisterslug’ to whatever you want it to be.