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

Exporting your standalone blog content


First we need to export our content from our standalone blog, which is really simple to do in WordPress. While logged into your standalone blog Dashboard window, click on the Tools left-side menu option, and then click on the Import menu item. This will bring you to a screen titled Export, with a little hammer and screwdriver icon next to the Export page title. You can see what this screen should look like in the following screenshot:

Content Export screen

On the Export screen, we have a few options regarding which kind of data we'd like to export. We can export All content, only Posts, only Pages, or only Feedback. As shown in the preceding screenshot, we're going to export All content, as you see it is checked. Any custom post types that you have will also be exported.

Once you've selected All Content to export, just click on the blue Download Export File button. That will cause WordPress to generate a .wxr file that we can then later import into our...