Recall & Review
beginner
What is a WordPress Multisite Network?
A WordPress Multisite Network is a feature that lets you run multiple websites from a single WordPress installation. It helps manage many sites easily under one dashboard.
Click to reveal answer
beginner
How do you enable Multisite in WordPress?
You enable Multisite by adding a line in the wp-config.php file:
define('WP_ALLOW_MULTISITE', true); Then you follow setup steps in the WordPress dashboard.Click to reveal answer
intermediate
What are the two types of Multisite network setups?
The two types are subdomains (site1.example.com) and subdirectories (example.com/site1). You choose one during setup based on your needs.
Click to reveal answer
beginner
Who manages the sites in a Multisite Network?
The Network Administrator manages the whole network and can add or remove sites. Each site can have its own Site Administrator with limited control.
Click to reveal answer
intermediate
Can plugins and themes be shared across all sites in a Multisite Network?
Yes, plugins and themes are installed once and can be activated network-wide or on individual sites, making management easier.
Click to reveal answer
What file do you edit to enable Multisite in WordPress?
✗ Incorrect
You add
define('WP_ALLOW_MULTISITE', true); to wp-config.php to enable Multisite.Which of these is NOT a Multisite setup option?
✗ Incorrect
Separate installations are not part of Multisite; Multisite uses one installation with subdomains or subdirectories.
Who can add new sites in a WordPress Multisite Network?
✗ Incorrect
Only the Network Administrator can add or remove sites in the network.
Can plugins be activated on individual sites in a Multisite Network?
✗ Incorrect
Plugins can be activated network-wide or on individual sites as needed.
What is a benefit of using WordPress Multisite?
✗ Incorrect
Multisite lets you manage many sites easily from a single WordPress dashboard.
Explain how WordPress Multisite helps manage multiple websites.
Think about how one control center can handle many sites.
You got /4 concepts.
Describe the difference between subdomain and subdirectory setups in Multisite.
Focus on how site addresses look.
You got /4 concepts.