Book Image

WordPress MU 2.8: Beginner's Guide

Book Image

WordPress MU 2.8: Beginner's Guide

Overview of this book

WordPress MU enables you to build a complete, professional blog network. Each user gets their own blog, and can choose their favorite templates and plug-ins, and develop their own content. WordPress MU powers some of the largest blog networks in the world, including the mighty WordPress.com ñ home to thousands of bloggers. This book will take you through the setup of a WordPress MU-powered blogging network, using a real, working blog network as an example, so that you can follow the creation process step-by-step. Your blogging network will be complete with professional features such as friends lists, status feeds, groups, forums, photo galleries, and more, to build your own WordPress.com ñ a place where users can quickly come and create a blog for themselves. The book starts with a clean install of WordPress MU, and as you work through the book, you will build the blog network, and add on more and more features, all seamlessly integrated to achieve a professional, custom-built look.You will find new themes and plug-ins added to the site, as well as customization of the WordPress multi-user code. The book will also look at ways you can manage your community, and keep your site safe and secure, ensuring that it is a spam-free, enjoyable community for your users. In the later chapters, you will add a forum using the bbPress script, and add BuddyPress social networking components to your site. Imagine how good you'll feel when your first WordPress multi-user blog network launches.
Table of Contents (18 chapters)
WordPress MU 2.8 Beginner’s Guide
Credits
About the Author
About the Reviewers
Preface
Index

Time for action – installing a new theme


I've chosen a pack of themes from WPMUDev.org and will offer visitors the choice of several different themes from the pack. We should pick a nice, clean looking theme for the front page, as eventually there will be a lot of information on there.

  1. Choose the themes you would like to use (you can have more than one theme available at a time), download them, and extract the files to the /wp-content/themes folder on your local server.

  2. If you plan to make the home page theme available to your users, make a copy of it in another directory. For example, the SlayerCafe site uses a theme called Blue Zinfandel. We will call the user's version of the theme Blue User.

  3. Open the Style.css file in the Blue-User folder. At the start of the file is a line saying Theme Name: Blue Zinfandel Enhanced. Change the line to say Theme Name: Blue User— don't touch any other text in the file.

  4. For each theme, upload the theme's folder (and any subdirectories) to /wp-content/themes...