Reply To: Remove Blog creation at signup ?
Hi,
I had the same problem I have commented from line 174 to line 199 in the
registration/register.php (in child theme)
Here the code
<div id="blog-details"class="show">
<span class="label">
<input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" checked="checked" />
</span>
<label for="signup_blog_url">
<input type="text" name="signup_blog_url" id="signup_blog_url" value="" />
<input type="text" name="signup_blog_url" id="signup_blog_url" value="" />
</label>
<label for="signup_blog_title">
<input type="text" name="signup_blog_title" id="signup_blog_title" value="" />
</label>
<label>
<input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public" checked="checked" />
</label>
<label>
<input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private" checked="checked" />
</label>
</div>