How it works

How it works

Using this site as an example:

The plugin uses the Category or Page slug as the subdomain name.

You’ll need to configure your webserver for each subdomain you want to use. It uses the same wordpress install as your main blog.

  • If you run your own server you should know how todo this already (Apache users can just add ServerAlias to their existing vhost).
  • If you use managed hosting then add a subdomain and set it’s document root to your main blog (e.g. cpanel)

    For each Category you want to convert, edit the category in wordpress admin and enable the “Make Subdomain” option.

    For each Page you want to convert, edit the page in wordpress admin and add the custom field “wps_page_subdomain” with value “true”

    Read the readme file for more information.