Page 1 of 1
Enable blog creation without the membership option
Posted:
August 17th, 2011, 11:41 am
by mchildress
At my site OutdoorBlogger.com, I would like to only offer a free blog (and with that an automatic membership), however, I do not want to offer memberships only. Is there a way to disable this functionality or could I take this out via editing the wp-signup.php file? I don't want to mess with the file if I don't have to.
Thanks so much!
Mike
Re: Enable blog creation without the membership option
Posted:
August 18th, 2011, 1:48 am
by Cristián Lávaque
Yeah, that's in wp-signup.php, lines 267 and 268.
Re: Enable blog creation without the membership option
Posted:
August 18th, 2011, 9:16 am
by mchildress
Thanks Cristián,
Just wanted to make sure I wasn't missing something obvious in the settings. I just commented it out and it works fine.
Thanks again,
Mike
Re: Enable blog creation without the membership option
Posted:
August 18th, 2011, 2:58 pm
by Cristián Lávaque
Cool.
Make a note somewhere because you'll probably need to do it again after each WP update.
Re: Enable blog creation without the membership option
Posted:
August 18th, 2011, 3:39 pm
by mchildress
Cristián Lávaque wrote:Cool.
Make a note somewhere because you'll probably need to do it again after each WP update.
Good reminder! Thanks again!
Mioke
Re: Enable blog creation without the membership option
Posted:
August 19th, 2011, 1:04 am
by Cristián Lávaque