SlideShare una empresa de Scribd logo
1 de 61
Descargar para leer sin conexión
Multisite for the Masses
Richard Archambault
Happiness Engineer - WordPress.com
@richardmtl
Saturday, 27 April, 13
Multisite? What’s that?
One WordPress installation, many sites
Saturday, 27 April, 13
Why would I want that?
Saturday, 27 April, 13
Why would I want that?
• Updating all of your sites? One click!
Saturday, 27 April, 13
Why would I want that?
• Updating all of your sites? One click!
• Sharing plugins and themes across sites;
quick updates!
Saturday, 27 April, 13
Why would I want that?
• Updating all of your sites? One click!
• Sharing plugins and themes across sites;
quick updates!
• Hosting your clients
Saturday, 27 April, 13
Why would I want that?
• Updating all of your sites? One click!
• Sharing plugins and themes across sites;
quick updates!
• Hosting your clients
• Demo a site to a client: develop on your
multisite, then deploy to their server
Saturday, 27 April, 13
Why would I want that?
• Updating all of your sites? One click!
• Sharing plugins and themes across sites;
quick updates!
• Hosting your clients
• Demo a site to a client: develop on your
multisite, then deploy to their server
• Multilingual sites
Saturday, 27 April, 13
Multisite Examples
Saturday, 27 April, 13
Multisite Examples
• The big one:WordPress.com
Saturday, 27 April, 13
Multisite Examples
• The big one:WordPress.com
• Canada WorldYouth
Saturday, 27 April, 13
Multisite Examples
• The big one:WordPress.com
• Canada WorldYouth
• Edublogs.org
Saturday, 27 April, 13
Multisite Examples
• The big one:WordPress.com
• Canada WorldYouth
• Edublogs.org
• My sites!
Saturday, 27 April, 13
Ok, how do I activate
the Multisite Goodness?
Saturday, 27 April, 13
Make a backup!!!!!!!
Saturday, 27 April, 13
Seriously, make a backup!!!
Saturday, 27 April, 13
Read this:
• http://codex.wordpress.org/
Before_You_Create_A_Network
• http://codex.wordpress.org/
Create_A_Network
Saturday, 27 April, 13
wp-config.php
Saturday, 27 April, 13
Network Setup
Saturday, 27 April, 13
copy to wp-config.php and .htaccess
Saturday, 27 April, 13
My Sites!
Saturday, 27 April, 13
Adding Sites
Saturday, 27 April, 13
Wow, new sites in my network!
Saturday, 27 April, 13
Manage ALL THE SITES!
Saturday, 27 April, 13
Manage Themes
Saturday, 27 April, 13
Manage Plugins
Saturday, 27 April, 13
Must-use plugins (mu-plugins)
Saturday, 27 April, 13
Must-use plugins (mu-plugins)
• They are always on and can’t be deactivated
unless the files are removed from /mu-plugins/
Saturday, 27 April, 13
Must-use plugins (mu-plugins)
• They are always on and can’t be deactivated
unless the files are removed from /mu-plugins/
• loaded and run before normal plugins
Saturday, 27 April, 13
Must-use plugins (mu-plugins)
• They are always on and can’t be deactivated
unless the files are removed from /mu-plugins/
• loaded and run before normal plugins
• one example: Domain Mapping plugin
Saturday, 27 April, 13
Manage Users
Saturday, 27 April, 13
Domain Mapping
Saturday, 27 April, 13
Instead of:
Saturday, 27 April, 13
Instead of:
• example.com/subsite
• example.com/anothersubsite
• example.com/yetanothersubsite
Saturday, 27 April, 13
You can have:
Saturday, 27 April, 13
You can have:
• example.com
• anotherexample.ca
• yetanotherexample.org
• example.com/subsite too!
Saturday, 27 April, 13
How do I map my domains?
Saturday, 27 April, 13
How do I map my domains?
• Add the domain to your Parked Domains in
cPanel
Saturday, 27 April, 13
How do I map my domains?
• Add the domain to your Parked Domains in
cPanel
• WordPress MU Domain Mapping plugin
• Install and network activate
• move sunrise.php to /wp-content/
• add define( 'SUNRISE', 'on' ); to wp-
config.php
Saturday, 27 April, 13
How do I map my domains?
Saturday, 27 April, 13
How do I map my domains?
• go to Super Admin -> Settings -> Domain Mapping and add your server’s IP
address
Saturday, 27 April, 13
How do I map my domains?
• go to Super Admin -> Settings -> Domain Mapping and add your server’s IP
address
• Create the site
Saturday, 27 April, 13
How do I map my domains?
• go to Super Admin -> Settings -> Domain Mapping and add your server’s IP
address
• Create the site
• Find the site’s ID
Saturday, 27 April, 13
How do I map my domains?
• go to Super Admin -> Settings -> Domain Mapping and add your server’s IP
address
• Create the site
• Find the site’s ID
• Add your domains in Settings -> Domains
• make sure to check “Primary”:
Saturday, 27 April, 13
How do I map my domains?
• go to Super Admin -> Settings -> Domain Mapping and add your server’s IP
address
• Create the site
• Find the site’s ID
• Add your domains in Settings -> Domains
• make sure to check “Primary”:
Saturday, 27 April, 13
Networks+ plugin
http://wpebooks.com/networks/
Saturday, 27 April, 13
Networks+ plugin
Saturday, 27 April, 13
Networks+ plugin
• Allows a Multisite network within another
multisite network
Saturday, 27 April, 13
Networks+ plugin
• Allows a Multisite network within another
multisite network
• nested subdomains: city.state.domain.com
Saturday, 27 April, 13
Networks+ plugin
• Allows a Multisite network within another
multisite network
• nested subdomains: city.state.domain.com
• top-level domains with their own child
sites:
• anotherexample.ca/subsite
• yetanotherexample.com/subsite
Saturday, 27 April, 13
Useful Plugins
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
• Multisite Toolbar Additions
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
• Multisite Toolbar Additions
• Network Plugin Auditor
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
• Multisite Toolbar Additions
• Network Plugin Auditor
• Network Switch Button
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
• Multisite Toolbar Additions
• Network Plugin Auditor
• Network Switch Button
• Simple History
Saturday, 27 April, 13
Useful Plugins
• Enforce Strong Password
• Hide Welcome Panel for Multisite
• Multisite Bulk User Management
• Multisite Plugin Manager
• Multisite Toolbar Additions
• Network Plugin Auditor
• Network Switch Button
• Simple History
• Site Replicator for WordPress networks
Saturday, 27 April, 13
Go forth and multi-site!
Saturday, 27 April, 13

Más contenido relacionado

La actualidad más candente

Neo word press meetup ehermits - how to keep your blog from being hacked 2012
Neo word press meetup   ehermits - how to keep your blog from being hacked 2012Neo word press meetup   ehermits - how to keep your blog from being hacked 2012
Neo word press meetup ehermits - how to keep your blog from being hacked 2012
Brian Layman
 
Let’s write a plugin
Let’s write a pluginLet’s write a plugin
Let’s write a plugin
Brian Layman
 

La actualidad más candente (20)

Zurb foundation
Zurb foundationZurb foundation
Zurb foundation
 
Website Creation Blueprint
Website Creation BlueprintWebsite Creation Blueprint
Website Creation Blueprint
 
WP-ShowHide
WP-ShowHideWP-ShowHide
WP-ShowHide
 
What Multisite can do for You - Anthony Cole - WordCamp Sydney 2012
What Multisite can do for You - Anthony Cole - WordCamp Sydney 2012What Multisite can do for You - Anthony Cole - WordCamp Sydney 2012
What Multisite can do for You - Anthony Cole - WordCamp Sydney 2012
 
2016 WordCamp Pittsburgh - Let's Write a Plugin
2016 WordCamp Pittsburgh - Let's Write a Plugin2016 WordCamp Pittsburgh - Let's Write a Plugin
2016 WordCamp Pittsburgh - Let's Write a Plugin
 
Blog World 2010 - How to Keep Your Blog from Being Hacked
Blog World 2010 - How to Keep Your Blog from Being HackedBlog World 2010 - How to Keep Your Blog from Being Hacked
Blog World 2010 - How to Keep Your Blog from Being Hacked
 
Neo word press meetup ehermits - how to keep your blog from being hacked 2012
Neo word press meetup   ehermits - how to keep your blog from being hacked 2012Neo word press meetup   ehermits - how to keep your blog from being hacked 2012
Neo word press meetup ehermits - how to keep your blog from being hacked 2012
 
Let’s write a plugin
Let’s write a pluginLet’s write a plugin
Let’s write a plugin
 
Blogstarta
BlogstartaBlogstarta
Blogstarta
 
2010 11 pubcon_hendison_wordpress
2010 11 pubcon_hendison_wordpress2010 11 pubcon_hendison_wordpress
2010 11 pubcon_hendison_wordpress
 
I'm not a child anymore
I'm not a child anymoreI'm not a child anymore
I'm not a child anymore
 
Blogger INTRODUCTION
Blogger INTRODUCTIONBlogger INTRODUCTION
Blogger INTRODUCTION
 
Deploying A Static Website Using WordPress
 Deploying A Static Website Using WordPress Deploying A Static Website Using WordPress
Deploying A Static Website Using WordPress
 
2010 11 pubcon_hendison-hosting
2010 11 pubcon_hendison-hosting2010 11 pubcon_hendison-hosting
2010 11 pubcon_hendison-hosting
 
WordPress Plugins and Security
WordPress Plugins and SecurityWordPress Plugins and Security
WordPress Plugins and Security
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
WP 101 - Local Development - Themes and Plugins
WP 101 - Local Development - Themes and PluginsWP 101 - Local Development - Themes and Plugins
WP 101 - Local Development - Themes and Plugins
 
Moving Beyond WordPress At Tech in Asia
Moving Beyond WordPress At Tech in AsiaMoving Beyond WordPress At Tech in Asia
Moving Beyond WordPress At Tech in Asia
 
Decoding Core Contribution - WordCamp San Diego 2013
Decoding Core Contribution - WordCamp San Diego 2013Decoding Core Contribution - WordCamp San Diego 2013
Decoding Core Contribution - WordCamp San Diego 2013
 
WP 101 - WordPress Basics
WP 101 - WordPress BasicsWP 101 - WordPress Basics
WP 101 - WordPress Basics
 

Destacado

Destacado (7)

Faites décoller votre site avec Jetpack - WordCamp Montreal 2015
Faites décoller votre site avec Jetpack - WordCamp Montreal 2015Faites décoller votre site avec Jetpack - WordCamp Montreal 2015
Faites décoller votre site avec Jetpack - WordCamp Montreal 2015
 
Launch your site with Jetpack!
Launch your site with Jetpack!Launch your site with Jetpack!
Launch your site with Jetpack!
 
¡Lanzar tu sitio con Jetpack!
¡Lanzar tu sitio con Jetpack!¡Lanzar tu sitio con Jetpack!
¡Lanzar tu sitio con Jetpack!
 
Décoller votre site avec Jetpack
Décoller votre site avec JetpackDécoller votre site avec Jetpack
Décoller votre site avec Jetpack
 
Jetpack Secrets - Theme Tools, Actions and Filters, and other little known facts
Jetpack Secrets - Theme Tools, Actions and Filters, and other little known factsJetpack Secrets - Theme Tools, Actions and Filters, and other little known facts
Jetpack Secrets - Theme Tools, Actions and Filters, and other little known facts
 
Widget Visibility and other Secret Loves - WordCamp Ottawa 2016
Widget Visibility and other Secret Loves - WordCamp Ottawa 2016Widget Visibility and other Secret Loves - WordCamp Ottawa 2016
Widget Visibility and other Secret Loves - WordCamp Ottawa 2016
 
Launch your site with Jetpack! - WordCamp Calgary 2016
Launch your site with Jetpack! - WordCamp Calgary 2016Launch your site with Jetpack! - WordCamp Calgary 2016
Launch your site with Jetpack! - WordCamp Calgary 2016
 

Similar a Multisite for the Masses

Stanford session
Stanford sessionStanford session
Stanford session
Ty Smith
 
Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014: Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014:
Puppet
 
Wordpress website development
Wordpress website developmentWordpress website development
Wordpress website development
John Faust
 

Similar a Multisite for the Masses (20)

A Designers Approach to Customizing Themes
A Designers Approach to Customizing ThemesA Designers Approach to Customizing Themes
A Designers Approach to Customizing Themes
 
Empowering Non-Profits with WordPress
Empowering Non-Profits with WordPressEmpowering Non-Profits with WordPress
Empowering Non-Profits with WordPress
 
Everything WordPress
Everything WordPressEverything WordPress
Everything WordPress
 
Stanford session
Stanford sessionStanford session
Stanford session
 
Making Glance tasks work for you - OpenStack Summit May 2015 Vancouver
Making Glance tasks work for you - OpenStack Summit May 2015 VancouverMaking Glance tasks work for you - OpenStack Summit May 2015 Vancouver
Making Glance tasks work for you - OpenStack Summit May 2015 Vancouver
 
Resources and lessons for using WordPress in your business
Resources and lessons for using WordPress in your businessResources and lessons for using WordPress in your business
Resources and lessons for using WordPress in your business
 
An Introduction to Multisite - WordCamp Phoenix
An Introduction to Multisite - WordCamp PhoenixAn Introduction to Multisite - WordCamp Phoenix
An Introduction to Multisite - WordCamp Phoenix
 
The Rise of BaaS A Utopia for Client-Side Developers
The Rise of BaaS A Utopia for Client-Side DevelopersThe Rise of BaaS A Utopia for Client-Side Developers
The Rise of BaaS A Utopia for Client-Side Developers
 
From Building Products To Managing Them
From Building Products To Managing ThemFrom Building Products To Managing Them
From Building Products To Managing Them
 
WordPress Security and Best Practices
WordPress Security and Best PracticesWordPress Security and Best Practices
WordPress Security and Best Practices
 
Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014: Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014:
 
Wordpress website development
Wordpress website developmentWordpress website development
Wordpress website development
 
USG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 DaysUSG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 Days
 
Treating Infrastructure as Garbage
Treating Infrastructure as GarbageTreating Infrastructure as Garbage
Treating Infrastructure as Garbage
 
Progressively Enhancing WordPress Themes
Progressively Enhancing WordPress ThemesProgressively Enhancing WordPress Themes
Progressively Enhancing WordPress Themes
 
Multisite: Lessons I Learned the Hard Way
Multisite: Lessons I Learned the Hard WayMultisite: Lessons I Learned the Hard Way
Multisite: Lessons I Learned the Hard Way
 
Continuously Integrating Puppet
Continuously Integrating PuppetContinuously Integrating Puppet
Continuously Integrating Puppet
 
WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009
 
WordPress Intermediate Workshop
WordPress Intermediate WorkshopWordPress Intermediate Workshop
WordPress Intermediate Workshop
 
ConFoo 2016: Development to Deployment
ConFoo 2016: Development to DeploymentConFoo 2016: Development to Deployment
ConFoo 2016: Development to Deployment
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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...
 
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
 
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
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Multisite for the Masses

  • 1. Multisite for the Masses Richard Archambault Happiness Engineer - WordPress.com @richardmtl Saturday, 27 April, 13
  • 2. Multisite? What’s that? One WordPress installation, many sites Saturday, 27 April, 13
  • 3. Why would I want that? Saturday, 27 April, 13
  • 4. Why would I want that? • Updating all of your sites? One click! Saturday, 27 April, 13
  • 5. Why would I want that? • Updating all of your sites? One click! • Sharing plugins and themes across sites; quick updates! Saturday, 27 April, 13
  • 6. Why would I want that? • Updating all of your sites? One click! • Sharing plugins and themes across sites; quick updates! • Hosting your clients Saturday, 27 April, 13
  • 7. Why would I want that? • Updating all of your sites? One click! • Sharing plugins and themes across sites; quick updates! • Hosting your clients • Demo a site to a client: develop on your multisite, then deploy to their server Saturday, 27 April, 13
  • 8. Why would I want that? • Updating all of your sites? One click! • Sharing plugins and themes across sites; quick updates! • Hosting your clients • Demo a site to a client: develop on your multisite, then deploy to their server • Multilingual sites Saturday, 27 April, 13
  • 10. Multisite Examples • The big one:WordPress.com Saturday, 27 April, 13
  • 11. Multisite Examples • The big one:WordPress.com • Canada WorldYouth Saturday, 27 April, 13
  • 12. Multisite Examples • The big one:WordPress.com • Canada WorldYouth • Edublogs.org Saturday, 27 April, 13
  • 13. Multisite Examples • The big one:WordPress.com • Canada WorldYouth • Edublogs.org • My sites! Saturday, 27 April, 13
  • 14. Ok, how do I activate the Multisite Goodness? Saturday, 27 April, 13
  • 16. Seriously, make a backup!!! Saturday, 27 April, 13
  • 17. Read this: • http://codex.wordpress.org/ Before_You_Create_A_Network • http://codex.wordpress.org/ Create_A_Network Saturday, 27 April, 13
  • 20. copy to wp-config.php and .htaccess Saturday, 27 April, 13
  • 23. Wow, new sites in my network! Saturday, 27 April, 13
  • 24. Manage ALL THE SITES! Saturday, 27 April, 13
  • 28. Must-use plugins (mu-plugins) • They are always on and can’t be deactivated unless the files are removed from /mu-plugins/ Saturday, 27 April, 13
  • 29. Must-use plugins (mu-plugins) • They are always on and can’t be deactivated unless the files are removed from /mu-plugins/ • loaded and run before normal plugins Saturday, 27 April, 13
  • 30. Must-use plugins (mu-plugins) • They are always on and can’t be deactivated unless the files are removed from /mu-plugins/ • loaded and run before normal plugins • one example: Domain Mapping plugin Saturday, 27 April, 13
  • 34. Instead of: • example.com/subsite • example.com/anothersubsite • example.com/yetanothersubsite Saturday, 27 April, 13
  • 35. You can have: Saturday, 27 April, 13
  • 36. You can have: • example.com • anotherexample.ca • yetanotherexample.org • example.com/subsite too! Saturday, 27 April, 13
  • 37. How do I map my domains? Saturday, 27 April, 13
  • 38. How do I map my domains? • Add the domain to your Parked Domains in cPanel Saturday, 27 April, 13
  • 39. How do I map my domains? • Add the domain to your Parked Domains in cPanel • WordPress MU Domain Mapping plugin • Install and network activate • move sunrise.php to /wp-content/ • add define( 'SUNRISE', 'on' ); to wp- config.php Saturday, 27 April, 13
  • 40. How do I map my domains? Saturday, 27 April, 13
  • 41. How do I map my domains? • go to Super Admin -> Settings -> Domain Mapping and add your server’s IP address Saturday, 27 April, 13
  • 42. How do I map my domains? • go to Super Admin -> Settings -> Domain Mapping and add your server’s IP address • Create the site Saturday, 27 April, 13
  • 43. How do I map my domains? • go to Super Admin -> Settings -> Domain Mapping and add your server’s IP address • Create the site • Find the site’s ID Saturday, 27 April, 13
  • 44. How do I map my domains? • go to Super Admin -> Settings -> Domain Mapping and add your server’s IP address • Create the site • Find the site’s ID • Add your domains in Settings -> Domains • make sure to check “Primary”: Saturday, 27 April, 13
  • 45. How do I map my domains? • go to Super Admin -> Settings -> Domain Mapping and add your server’s IP address • Create the site • Find the site’s ID • Add your domains in Settings -> Domains • make sure to check “Primary”: Saturday, 27 April, 13
  • 48. Networks+ plugin • Allows a Multisite network within another multisite network Saturday, 27 April, 13
  • 49. Networks+ plugin • Allows a Multisite network within another multisite network • nested subdomains: city.state.domain.com Saturday, 27 April, 13
  • 50. Networks+ plugin • Allows a Multisite network within another multisite network • nested subdomains: city.state.domain.com • top-level domains with their own child sites: • anotherexample.ca/subsite • yetanotherexample.com/subsite Saturday, 27 April, 13
  • 52. Useful Plugins • Enforce Strong Password Saturday, 27 April, 13
  • 53. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite Saturday, 27 April, 13
  • 54. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management Saturday, 27 April, 13
  • 55. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager Saturday, 27 April, 13
  • 56. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager • Multisite Toolbar Additions Saturday, 27 April, 13
  • 57. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager • Multisite Toolbar Additions • Network Plugin Auditor Saturday, 27 April, 13
  • 58. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager • Multisite Toolbar Additions • Network Plugin Auditor • Network Switch Button Saturday, 27 April, 13
  • 59. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager • Multisite Toolbar Additions • Network Plugin Auditor • Network Switch Button • Simple History Saturday, 27 April, 13
  • 60. Useful Plugins • Enforce Strong Password • Hide Welcome Panel for Multisite • Multisite Bulk User Management • Multisite Plugin Manager • Multisite Toolbar Additions • Network Plugin Auditor • Network Switch Button • Simple History • Site Replicator for WordPress networks Saturday, 27 April, 13
  • 61. Go forth and multi-site! Saturday, 27 April, 13