So you want more than one blog? Part I

I happen to work for a school district, where we get frequent request for blog installs. With a normal Wordpress installation, only one blog can be hosted per install. This is great if you only want one blog, or possibly two. But if you need to maintain 10, 100 or even a 1000 blogs, it is time to start looking at different solution. You will find it very time consuming to keep Wordpress, plugins, and themes all up to date across multiple installs.

I use a modified version of Wordpress called WordpressMU, which allows you to have one install of Wordpres and about as many blogs as you want (space permitting). Some big names use it like Wordpress.com, EduBlogs, and Harvard.

There are many benefits of WordpressMU. One install will provide you with as many blogs as you have hardware resources for. All the blogs install into one database as well, making backups up very easy. Lastly, with just one install updates are a breeze. It is just as easy up dating one blog as it is a 1000 blogs.

Steps.

Step 1) Download WordpressMU.
Step 2) Setup a blank MySQL database, user, and password. Note the hostname of the server as well.
Step 3) Run the install. This is almost identical to the normal Wordpress install.

Tip. For large installs, run your MySQL on a separate box. I run a centralized MySQL server for all my web servers. It allows me to allocate a ton of ram to MySQL and allows for easy maintenance of my many databases. I will talk more about this in a later post.

Tip. There will be a point during the installation where it will prompt you to have your blogs be sub-domains or using a single domain. A single domain is far easier to get setup, especially if you are new to DNS editing or Wordpress.

Tweak. Because I work for a school district, I like to be control freak and control who has blogs. The normal WordpressMU install allows any user to register and create a blog all willy-nilly. To fix this I remove or rename the wp-signup.php file from the main folder of WordpressMU. I also remove the links that point to the setup process. These links are located within the home.php file located in the ‘Home Theme’.

In Part II of “So you want more than one blog?” I will discuss which themes I use and how to tweak them all to use Feedburner without any user setup.

3 Responses to “So you want more than one blog? Part I”


  1. 1 Chalupa

    So would it be worthwhile for somebody like me with 5 or less blogs to do a WordpressMU install? Each blog would have some similar plugins, and some that are unique to that install. What if some of them span different domains?

  2. 2 Bryan Smith

    If you don’t mind having all of your blogs under the same domain, then it’s a great option. It especially helps with maintaining the Wordpress installs and plug installs. For me the break even point is at about 3 blog installs.

  1. 1 My Domains » Blog Archive » So you want more than one blog? Part I

Leave a Reply