WPMU–How Blogs & Users are linked in MySQL Question
-
Hello,
I’m new to WordPress and have decided to build it into a WWW search engine I’ve built mainly for college students and professors. I’m almost already in love with WP after 2 days. ??
On to the question . .
First let me state that I’m using WPMU. I have a login system already on my website and I want the users to have the ability to utilize their same login, I’ve successfully accomplished this part by adding them to the “wp_users” table when they create an account.
Now . .
I would like to automatically create a blog for the user as well when I add them to the “wp_users” table. As I understand it the blogs are stored in the “wp_blogs” table . . . my question is: how do I link a blog in the “wp_blogs” table to a user in the “wp_user” table so the user can manage this blog upon login?
Thanks in advance!
- The topic ‘WPMU–How Blogs & Users are linked in MySQL Question’ is closed to new replies.