Book Image

WordPress Multisite Administration

By : Tyler Longren
Book Image

WordPress Multisite Administration

By: Tyler Longren

Overview of this book

WordPress is an incredibly popular blogging platform. Few people realize that the software behind WordPress.com, which is a standalone WordPress with multisite enabled, is available for free, for anyone to make use of. WordPress Multisite is a special “mode” built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress. WordPress Multisite Administration is an easy-to-understand book filled with information, tips, and best practices to help you create and manage a blog network similar to http://wordpress.com/, by using WordPress Multisite. WordPress Multisite Administration will take you through all the steps necessary to get WordPress Multisite installed and configured on your server. It covers everything from installation and initial configuration to customizations and some helpful troubleshooting tips. You will also learn how to build your own blog directory that features the authors in your WordPress Multisite network. The blog directory is built by making use of WordPress child themes, an incredibly useful thing to know how to do. You'll learn everything you need to know about running and maintaining a WordPress Multisite installation.
Table of Contents (14 chapters)
WordPress Multisite Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Super Administrator


The Super Admin is the user who creates all the individual blogs and sites, administers theme availability for those individual sites, and is generally responsible for the health of the entire blog or site network. The Super Admin has many more right than typical users, even the administrator users for individual blogs or sites.

When you first login as the Super Admin, you'll see the WordPress Dashboard window just as you normally would. This dashboard is for the "root" site. Say your root site is http://multisite.longren.org, with individual blogs sitting at http://multisite.longren.org/sydney/. In the default Dashboard window the Super Admin will allow users to edit the contents of http://multisite.longren.org/. They can add pages, posts, and all the normal things you'd be able to do on a regular, single-site WordPress installation.

This default Dashboard window can be seen in the following screenshot:

Initial Super Admin login dashboard

You probably won't want to...