i working on a system that in which i want user to be able to create their own page on login using the multisite feature in wordpress how do i get these done outside the admin. It seems like all the files in wordpress are all interwoven. i dont understand how all those function and class can be included into my project
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You could use this WordPress function within your form code:
http://codex.wordpress.org/Function_Reference/wpmu_create_blog
With this and a custom template you can allow any user to create a blog for himself (For some sample code you could see how wordpress itself does it on |
||||
|
