WordPress Hacks: Nested Paths For WPMU Blogs
Situation: you’ve got WordPress Multi-User setup to host one or more domains in sub-directory mode (as in site.org/blogname), but you want a deeper directory structure than WPMU allows…something like the following examples, perhaps:
site.org/blogname1
site.org/departments/blogname2
site.org/departments/blogname3
site.org/services/blogname3
The association between blog IDs and sub-directory paths is determined in wpmu-settings.php, but the code there knows nothing about nested paths. So a [...]