How do you load WordPress from an external script when using MultiSite? [duplicate]

This question already has answers here: Closed 9 years ago. Possible Duplicate: Using WordPress functions on other sites I have an external script that needs to load up WordPress in order to have access to WordPress functionality. In the past I have successfully done this by including wp-load.php. However, when using MultiSite, this does not … Read more

Remove default post types on all sites except primary blog. WPMU

I’m trying to come up with a solution that would allow me to remove the default post types (pages, posts, comments, links, etc) from all the multi-site blogs EXECEPT the primary blog. It will remain fully functional. My purpose is to apply a custom post type to all the multi-site blogs to replace the defaults. … Read more

Downgrading a WP3.3.1 Network Install

Good Morning– Today I need to downgrade a site from a WP network install to a normal WP install. I thought this would be simple — just removing these lines from wp-config.php: define( ‘MULTISITE’, true ); define( ‘SUBDOMAIN_INSTALL’, false ); $base=”/xxx/blog/”; define( ‘DOMAIN_CURRENT_SITE’, ‘xxx.xxx.xxx’ ); define( ‘PATH_CURRENT_SITE’, ‘/xxx/blog/’ ); define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, … Read more

How can I fix a Virtual Multiblog install that has no errors, but won’t show all my sites?

I’ve been using Stephen Rider’s Virtual Multiblog system for WordPress for a while now, and recently, I decided to add one more blog to my existing batch of three. The difference was, while all my other blogs existed as subdomains, this time I wanted WordPress for my main domain. Somehow, this broke all my other … Read more