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

Chapter 4. Protecting Your Multisite Network

Securing your WordPress installation is critical, whether on a single-site installation, or on multisite installations. WordPress is the most popular CMS right now, which means that a lot of hackers are targeting it simply due to the large number of users. People aren't always good about keeping their WordPress installations up-to-date, which makes the job of the hacker even easier.

Imagine, if you will, that you're running three blogs, and all are running as single-site WordPress installations. When a security update or other new version of WordPress is released, you'd have to do the upgrade on all three blogs.

Now, if you had those three blogs running off a WordPress multisite installation, you'd just need to do the upgrade once and be done with it. Same goes for updating plugins and themes as well. Do it once on the multisite network and the changes are applied across all network member sites. After updating, you should manually verify that the...