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

System requirements and considerations


Multisite is an integrated part of the WordPress core. That means you won't have to download anything other than the official WordPress package to get set up. There are some basic system requirements that you should consider before even trying to install WordPress. At the most basic level, WordPress requires PHP 5.2.4 or greater and MySQL 5.0 or greater. You can see a detailed list of system requirements at http://wordpress.org/about/requirements/.

There are some basic things you should take into consideration before deciding to use WordPress multisite for your project. Most important is defining a project scope and making sure that WordPress provides enough features to meet that scope. It's possible that WordPress is overkill, in terms of features, for your project as well. It's all really dictated by the specific features your project needs.

Chances are, since you're reading this book, you want to set up a blog network of some type. WordPress multisite is used for a wide variety of reasons, from university class blogs to high-traffic websites or anything in between. The most common use of WordPress multisite I've seen is with small groups of individuals who want a blog but don't want to join a massive blog network such as WordPress.com.

WordPress didn't always include the multisite feature. Prior to WordPress 3.0, WordPress came in two flavors, regular and multiuser . WordPress 3.0 introduced WordPress multisite, as it's known today. WordPress 3.0 was released in June 17, 2010.