I’ve been trying to figure out why we have the constants BLOG_ID_CURRENT_SITE
and SITE_ID_CURRENT_SITE
(vs. hardcoding them to be equal to 1
), what exactly the differences are, and when either of them will not equal 1?
Any insight will be appreciated. Thanks in advance.
I addressed a similar question on StackOverflow last month.
In MultiSite, “blog” is a reference to an individual website. “Site” is a reference to a network of “blogs.” In the future, there’s the likelihood that WordPress will be able to power multiple networks (“site”s) in addition to its current state of multiple “blog”s.
Update
I’ve done some more digging, and discovered a plug-in that easily allows you to split your multi-site installation into a multi-network one: WP Multi Network.
@hakre – see the updated plugin link above. Previously, we called this multisite in wpmu. 😉 that plugin was based on an old plugin for wpmu called multi-site.
We had one as well here: http://wpmututorials.com/simple-multi-site-plugin-e-book/
Actually, my wpmututorials.com site is a mapped domain in a multisite install, and my personal domain atypicalife.net is another network inside the same installation.
So yeah – I’m already using this feature and have been for a while. I talked about this in WC NYC in 2009.