SlideShare a Scribd company logo
1 of 19
WORDPRESS
  MULTISITE/                                        Creating a network of websites from
                                                    one WordPress installation that shares
                                                    themes, plugins and users…


  NETWORK*
  *This session comes with a 100% money back
  guarantee. If you don’t like it, Andrea Rennick
  (@andrea_r) will give you your money back.**


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com         **She may or may not be aware of this.
Why use
multisite?
  •To create an unlimited number of sites
        with one WordPress installation
  •To share users, themes and plugins
        across those sites
  •To manage those sites within one Dashboard



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Examples
  of multisite                                     BEST BUY

  in the wild                                      http://stores.bestbuy.com/527/

                                                   BOWLING GREEN
                                                   https://blogs.bgsu.edu/

                                                   YOUR CRIME SITE
                                                   http://www.yourcrimesite.com

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
BEFORE YOU START…Decide on your
format
  Your child sites will either use subdomains:
    www.subdomain.yourdomain.com

  or folders (also called subdirectories or paths)
     www.yourdomain.com/folder
 If you want to use subdomains (which I do), your host must support the use of wildcard subdomains.
 *.yourdomain.com
 And, you’ll need to add a wildcard subdomain pointing to the folder of your installation.
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
 If they don’t, you have to use folders.
BEFORE YOU START…get permission

  You’ll need to make edits to your wp-config and
  htaccess files, so be sure you can both see them
  and edit them.
  These are two single files located in the root of
  your WordPress installation.



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Backup.*

  *Really. Do it.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Multisite is like your wife.
             She’s already in bed,
          you just have to turn her on.
                      define('WP_ALLOW_MULTISITE', true);

                                  in wp-config.php
                          before /* That's all stop editing */


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
LOG BACK IN.
   EXPAND
   TOOLS.
   CLICK ON
   “Network Setup”

@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
paste into your wp-config.php
         right under the other stuff:
                      define( 'MULTISITE', true );
                      define( 'SUBDOMAIN_INSTALL', true );
                      $base = '/';
                      //define( 'DOMAIN_CURRENT_SITE', 'example.com' );
                      //define( 'PATH_CURRENT_SITE', '/' );
                      //define( 'SITE_ID_CURRENT_SITE', 1 );
                      //define( 'BLOG_ID_CURRENT_SITE', 1 );




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
REPLACE YOUR CURRENT
              .HTACCESS:
            RewriteEngine On
                      RewriteBase /
                      RewriteRule ^index.php$ - [L]
                      # uploaded files
                      RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
                      RewriteCond %{REQUEST_FILENAME} -f [OR]
                      RewriteCond %{REQUEST_FILENAME} -d
                      RewriteRule ^ - [L]
                      RewriteRule . index.php [L]




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Add Two folders
   to wp-content:
   BLOGS.DIR
   MU-PLUGINS


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Log back in.

                         That’s it! You’re all Multisite’d up.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
Multsite User Roles

   • Super Admins: Can do everything across the entire network
   • Administrators: Masters of their own…websites, but can’t install themes or
   plugins. If Super Admins give them the option, they may be able to activate
   existing plugins and choose from given themes.
   • Subscribers: All users are automatically added as subscribers to the parent
   site.




@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
LET’S VISIT A MULTISITE LIVE:
   WWW.YOURCRIMESITE.COM



@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
RECOMMENDED PLUGINS…

  WordPress MU Domain Mapping
  http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
  (to give your child sites their own top-level domain)


  WordPress MU Sitewide Tags Pages
  http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/
  (to start the process of aggregating content to the parent site from within the network)


  WP MultiSite Replicator
  http://wpebooks.com/replicator/
  (to quickly replicate an existing, perhaps default, site within the network)


@angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
TO LEARN MORE…

  http://codex.wordpress.org/Create_A_Network

  http://wpebooks.com/

  @andrea_r  taught me everything I know about Multisite

  Coming Soon: www.membershipgameplan.com
        (On using Multisite, s2Member & BuddyPress)

 This Presentation:
 http://slidesha.re/LZT6T3
@angiemeeker | AngieMeekerDesigns.com   | MyNameIsAngie.com

More Related Content

What's hot

Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
Bonnie Vasko
 

What's hot (20)

WordPress Child Theme Workshop
WordPress Child Theme WorkshopWordPress Child Theme Workshop
WordPress Child Theme Workshop
 
Shortcodes vs Widgets: Which one and how?
Shortcodes vs Widgets: Which one and how?Shortcodes vs Widgets: Which one and how?
Shortcodes vs Widgets: Which one and how?
 
Reno-Tahoe WordCamp 2011 - WordPress End User Security - Dre Armeda
Reno-Tahoe WordCamp 2011 - WordPress End User Security - Dre ArmedaReno-Tahoe WordCamp 2011 - WordPress End User Security - Dre Armeda
Reno-Tahoe WordCamp 2011 - WordPress End User Security - Dre Armeda
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For Beginners
 
Cms & wordpress theme development 2011
Cms & wordpress theme development 2011Cms & wordpress theme development 2011
Cms & wordpress theme development 2011
 
Using Featured Images with WordPress
Using Featured Images with WordPressUsing Featured Images with WordPress
Using Featured Images with WordPress
 
So i have a website now what?
So i have a website now what?So i have a website now what?
So i have a website now what?
 
Build a WordPress theme from HTML5 template @ Telerik
Build a WordPress theme from HTML5 template @ TelerikBuild a WordPress theme from HTML5 template @ Telerik
Build a WordPress theme from HTML5 template @ Telerik
 
Seven deadly theming sins
Seven deadly theming sinsSeven deadly theming sins
Seven deadly theming sins
 
Social Media Marketing for the Lean Startup
Social Media Marketing for the Lean StartupSocial Media Marketing for the Lean Startup
Social Media Marketing for the Lean Startup
 
Introduction to WordPress Theme Development
Introduction to WordPress Theme DevelopmentIntroduction to WordPress Theme Development
Introduction to WordPress Theme Development
 
Wordpress 101 Training
Wordpress 101 TrainingWordpress 101 Training
Wordpress 101 Training
 
<Head> Presentation: Plugging Into Wordpress
<Head> Presentation: Plugging Into Wordpress<Head> Presentation: Plugging Into Wordpress
<Head> Presentation: Plugging Into Wordpress
 
WordPress Theme Structure
WordPress Theme StructureWordPress Theme Structure
WordPress Theme Structure
 
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
 
WordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media InstituteWordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media Institute
 
WordPress: An Introduction
WordPress: An IntroductionWordPress: An Introduction
WordPress: An Introduction
 
How to Issue and Activate Free SSL using Let's Encrypt
How to Issue and Activate Free SSL using Let's EncryptHow to Issue and Activate Free SSL using Let's Encrypt
How to Issue and Activate Free SSL using Let's Encrypt
 
Wordcampnigeria
WordcampnigeriaWordcampnigeria
Wordcampnigeria
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
 

Similar to WordPress Multisite at WordCamp Columbus by Angie Meeker

Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 minsChandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
wpnepal
 
Worcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20minsWorcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20mins
Chandra Prakash Thapa
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pgh
MrDirby
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisite
Marty Thornley
 
Presentation to SAIT Students - Dec 2013
Presentation to SAIT Students - Dec 2013Presentation to SAIT Students - Dec 2013
Presentation to SAIT Students - Dec 2013
Think Media Inc.
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisite
Andrea Rennick
 
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisiteUtsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
wpnepal
 
When to use WordPress MultiSite WordCamp Nepal 2012
When to use WordPress MultiSite WordCamp Nepal 2012When to use WordPress MultiSite WordCamp Nepal 2012
When to use WordPress MultiSite WordCamp Nepal 2012
Utsav Singh Rathour
 

Similar to WordPress Multisite at WordCamp Columbus by Angie Meeker (20)

Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 minsChandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
 
Worcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20minsWorcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20mins
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pgh
 
WordPress Multisite
WordPress MultisiteWordPress Multisite
WordPress Multisite
 
Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919Childthemes ottawa-word camp-1919
Childthemes ottawa-word camp-1919
 
Developing formultisite
Developing formultisiteDeveloping formultisite
Developing formultisite
 
Presentation to SAIT Students - Dec 2013
Presentation to SAIT Students - Dec 2013Presentation to SAIT Students - Dec 2013
Presentation to SAIT Students - Dec 2013
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
 
Top Plugins for WordPress multisite
Top Plugins for WordPress multisiteTop Plugins for WordPress multisite
Top Plugins for WordPress multisite
 
Savannah
SavannahSavannah
Savannah
 
Getting Started With WordPress Development
Getting Started With WordPress DevelopmentGetting Started With WordPress Development
Getting Started With WordPress Development
 
Using Wordpress with Reclaim Hosting
Using Wordpress with Reclaim HostingUsing Wordpress with Reclaim Hosting
Using Wordpress with Reclaim Hosting
 
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisiteUtsav Singh Rathour: How, Why and Where to use WordPress multisite
Utsav Singh Rathour: How, Why and Where to use WordPress multisite
 
When to use WordPress MultiSite WordCamp Nepal 2012
When to use WordPress MultiSite WordCamp Nepal 2012When to use WordPress MultiSite WordCamp Nepal 2012
When to use WordPress MultiSite WordCamp Nepal 2012
 
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017
 
WordPress Theme Workshop: Misc
WordPress Theme Workshop: MiscWordPress Theme Workshop: Misc
WordPress Theme Workshop: Misc
 
WordPress End-User Security
WordPress End-User SecurityWordPress End-User Security
WordPress End-User Security
 
Responsive Theme Workshop - WordCamp Columbus 2015
Responsive Theme Workshop - WordCamp Columbus 2015Responsive Theme Workshop - WordCamp Columbus 2015
Responsive Theme Workshop - WordCamp Columbus 2015
 
Creating Your First WordPress Plugin
Creating Your First WordPress PluginCreating Your First WordPress Plugin
Creating Your First WordPress Plugin
 
Intro to WordPress Plugin Development
Intro to WordPress Plugin DevelopmentIntro to WordPress Plugin Development
Intro to WordPress Plugin Development
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

WordPress Multisite at WordCamp Columbus by Angie Meeker

  • 1. WORDPRESS MULTISITE/ Creating a network of websites from one WordPress installation that shares themes, plugins and users… NETWORK* *This session comes with a 100% money back guarantee. If you don’t like it, Andrea Rennick (@andrea_r) will give you your money back.** @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com **She may or may not be aware of this.
  • 2. Why use multisite? •To create an unlimited number of sites with one WordPress installation •To share users, themes and plugins across those sites •To manage those sites within one Dashboard @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 3. Examples of multisite BEST BUY in the wild http://stores.bestbuy.com/527/ BOWLING GREEN https://blogs.bgsu.edu/ YOUR CRIME SITE http://www.yourcrimesite.com @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 4. BEFORE YOU START…Decide on your format Your child sites will either use subdomains: www.subdomain.yourdomain.com or folders (also called subdirectories or paths) www.yourdomain.com/folder If you want to use subdomains (which I do), your host must support the use of wildcard subdomains. *.yourdomain.com And, you’ll need to add a wildcard subdomain pointing to the folder of your installation. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com If they don’t, you have to use folders.
  • 5. BEFORE YOU START…get permission You’ll need to make edits to your wp-config and htaccess files, so be sure you can both see them and edit them. These are two single files located in the root of your WordPress installation. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 6. Backup.* *Really. Do it. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 7. Multisite is like your wife. She’s already in bed, you just have to turn her on. define('WP_ALLOW_MULTISITE', true); in wp-config.php before /* That's all stop editing */ @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 8. LOG BACK IN. EXPAND TOOLS. CLICK ON “Network Setup” @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 11. paste into your wp-config.php right under the other stuff: define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; //define( 'DOMAIN_CURRENT_SITE', 'example.com' ); //define( 'PATH_CURRENT_SITE', '/' ); //define( 'SITE_ID_CURRENT_SITE', 1 ); //define( 'BLOG_ID_CURRENT_SITE', 1 ); @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 12. REPLACE YOUR CURRENT .HTACCESS: RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 13. Add Two folders to wp-content: BLOGS.DIR MU-PLUGINS @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 14. Log back in. That’s it! You’re all Multisite’d up. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 16. Multsite User Roles • Super Admins: Can do everything across the entire network • Administrators: Masters of their own…websites, but can’t install themes or plugins. If Super Admins give them the option, they may be able to activate existing plugins and choose from given themes. • Subscribers: All users are automatically added as subscribers to the parent site. @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 17. LET’S VISIT A MULTISITE LIVE: WWW.YOURCRIMESITE.COM @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 18. RECOMMENDED PLUGINS… WordPress MU Domain Mapping http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/ (to give your child sites their own top-level domain) WordPress MU Sitewide Tags Pages http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ (to start the process of aggregating content to the parent site from within the network) WP MultiSite Replicator http://wpebooks.com/replicator/ (to quickly replicate an existing, perhaps default, site within the network) @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com
  • 19. TO LEARN MORE… http://codex.wordpress.org/Create_A_Network http://wpebooks.com/ @andrea_r  taught me everything I know about Multisite Coming Soon: www.membershipgameplan.com (On using Multisite, s2Member & BuddyPress) This Presentation: http://slidesha.re/LZT6T3 @angiemeeker | AngieMeekerDesigns.com | MyNameIsAngie.com