Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Shiny Leung
PLUS
Shiny Leung
Courses Plus Student 859 Points

How do you build a subdomain site using wordpress multisite

In my wordpress multisite, I have created a new subdomain http://toysforfun.shinyleung.com/ , but don't know how to actually start setting up the site.

1 Answer

Tom Cox
Tom Cox
4,362 Points

Have you turned MultiSite on in your wp-config file?

define( 'WP_ALLOW_MULTISITE', true );

Then you can install a different version of WordPress in the subdomain folder and go to the Admin section of the main WP installation to link them together. More information could be found at http://codex.wordpress.org/Create_A_Network. Hope that helps!