Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8258731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:38:43+00:00 2026-06-08T02:38:43+00:00

I am using wordpress multisite to create blog in my main site. WordPress multisite

  • 0

I am using wordpress multisite to create blog in my main site. WordPress multisite allows us to signup for either user or blog, but i need to create a blog and a user at the same time and the user created need to be assigned as the admin of the blog created. Well i created a user and set it as administrator by changing it’s metadata (wp_capabilities, wp_user_level) but when i tried to login to the admin of the blog created then it says you don’t have sufficient priviledge. Do anyone know what do i missing?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T02:38:45+00:00Added an answer on June 8, 2026 at 2:38 am

    You have to create a custom registration. Create a new page: registration. In the theme folder make a page-registration.php file, and in the file create your form and the registration function, that should go something like this:

    if($_POST)
        {
    
        $data=$_POST;
    
        $validateuser=wpmu_validate_user_signup($data['user_name'],$data['user_email']);
        $validateblog=wpmu_validate_blog_signup($data['user_name'],$data['blog_title']);
    
        $usererrors=$validateuser['errors']->errors;
        $blogerrors=$validateblog['errors']->errors;
    
        if(!$usererrors && !$blogerrors)
        {
            $meta = array ('lang_id' => 1,'public' => 1);
            $meta = apply_filters( 'add_signup_meta', $meta );
            $path='/'.$data['user_name'].'/';
            wpmu_signup_blog($domain,$path,$data['blog_title'],$data['user_name'],$data['user_email'], $meta);
        }
    }
    

    note: this is only an example where the new blogname is the same as your username

    leave a comment if you need more detailed instructions or have any additional questions

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently using Wordpress.com to host my blog, but I would like more control
I am using wordpress to create blog similar to stackoverflow.com where users can ask
I am using wordpress for the first time, I have created a news/blog website
Using Multisite WordPress (3.3.2) on IIS7 with the standard URL Rewrite rules causes issues
Using Wordpress.. I would like to redirect to a certain page on the site
I created a site using wordpress. I installed the 'starkers' theme and modified it.
I just started out using wordpress as a CMS. On the site I have
I am using wordpress latest version. Currently my blog is set to custom permalink
Anybody using wordpress as an article directory? I don't have time to customize it,
I started using WordPress just a few hours ago because I need to develop

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.