Shortened members url signatures
- This topic has 2 replies, 2 voices, and was last updated 12 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I would like to shorten my members url signatures from http://example.com/members/username/ to http://example.com/username/ .I have attempted the following but it hasn’t worked, so I’ve obviously gone wrong or misunderstood the use of the code and I’m looking for some advice.
I created a bp-custom.php file using
<?php
// hacks and mods will go here
?>
Saved it to /wp-content/plugins/.
added
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
Your wp-content/plugins/bp-custom.php file should look like this:
http://pastebin.com/Xc1g9RF8
Thank you Ray that was perfect, exactly what I wanted.