0
0
Wordpressframework~5 mins

Multisite network basics in Wordpress - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
Awp-config.php
Bfunctions.php
C.htaccess
Dindex.php
Which of these is NOT a Multisite setup option?
ASubdomains
BSeparate installations
CSubdirectories
DNetwork-wide
Who can add new sites in a WordPress Multisite Network?
ANetwork Administrator
BSite Administrator
CAny logged-in user
DTheme Author
Can plugins be activated on individual sites in a Multisite Network?
APlugins cannot be used in Multisite
BNo, plugins activate network-wide only
CYes, plugins can be activated per site
DPlugins activate automatically on all sites
What is a benefit of using WordPress Multisite?
ASites cannot share themes
BEach site needs its own WordPress install
CNo need for plugins
DManage multiple sites from one 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.