Long Tail – Chris Anderson (2006)
- Make Everything Available
- Help Me Find It
- Collaborative Filtering
- User Ratings
- Mass Customization vs Mass-market Fare
- Collaborative Filtering

The multi-user (MU) feature has been rolled into core as Multisite ever since Version 3.0.
It is ideal for a central system administrator to set up a large network of blogs with one installation. (The sites in this network have separate URLs which forward to the subsites.)
Individual site administrators are able to securely manage their templates and settings without affecting the other users.
Another Scenario: Web Developer has all the themes & plugins at the ready to create a new website for a client. They create the client’s website as a subsite, and then transfer all of the content to the client’s own base of operations.
wpmayor.com/how-to-migrate-wordpress-multisite-subsite-to-single-site
1) Add one line to wp-config.php
define( 'WP_ALLOW_MULTISITE', true );
2) Login again – follow instructions
Example Sub-Domain: virgin.zapmap.com
links to same as
Example Sub-Directory: zapmap.com/virgin
Note: Install WordPress in the root of your webpath if you want to use a sub-domain install. A sub-directory install creates a path-based network, even though it does not use file system directories.
3) Add six more lines to wp-config.php
4) Create/update the hidden .htaccess file containing the rewrite code
This is a sample home page of a simplified Meetup-clone made by retaining a subset of the blocks currently on Meetup’s landing page:
FEATURE SET (for now)
1) Members JOIN the group.
2) Administrator creates an EVENT.
3) Administrator ANNOUNCES event.
4) Members RSVP if they are going to the event.
5) Members get an automatic REMINDER before the event.
6) Administrator records RESULTS of the event.