sunrise.php for multi-network install of domain mapping plugin

Currently using the WP-mu-domain-mapping plugin on a multi-network installation. The domain mapping works fine with the provided sunrise.php file, however it breaks (sites no longer map correctly) when I move the plugin to our mu-plugins directory. I’ve tried the following, but it doesn’t work. <?php $sunrises = array( “dm_sunrise” => dirname( __FILE__ ) . “/mu-plugins/domain-mapping/inc/sunrise.php” … Read more

how to use a different domain/subdomain for authors/catagories on single site?

I’m not sure if I phrased this question correctly… My wife and I have one blog, family.com in this example, that we both contribute to. I would like family.com to show all blog posts. me.family.com would show only posts I author and her.family.com would show only posts she authors. later, we will add kid1.family.com and … Read more

MU domain mapping login issue

From this answer, a MU site has the following in wp-config.php: define(‘WP_ALLOW_MULTISITE’, true ); define(‘MULTISITE’, true); define(‘SUBDOMAIN_INSTALL’, true); define(‘DOMAIN_CURRENT_SITE’, ‘www.example.com’); define(‘PATH_CURRENT_SITE’, “https://wordpress.stackexchange.com/”); define(‘SITE_ID_CURRENT_SITE’, 1); define(‘BLOG_ID_CURRENT_SITE’, 1); define(‘COOKIE_DOMAIN’, ”); define(‘ADMIN_COOKIE_PATH’, “https://wordpress.stackexchange.com/”); define(‘COOKIE_DOMAIN’, ”); define(‘COOKIEPATH’, ”); define(‘SITECOOKIEPATH’, ”); If I try to login to a child site @ http://example2.net/wp-login.php, I receive the error: The constant “COOKIE_DOMAIN” is … Read more

Multiple Domain Names – One WP Install (non-Multisite) – Default Each Domain name to Category Archive

Use case is somewhat simple – here goes: Five people share a single wordpress install – not multi-user Each person blogs and puts their posts in a their own unique category Each person has their own domain name All domain names are pointed or parked to same WP install folder Each person’s domain name only … Read more

How to display a raw HTML page (bypassing WordPress theme, scripts, etc)

I’m a software engineer with a WordPress site with hundreds of pages, and it’s working very well. There are certain cases, however, where I’d love to be able to code my own page with no interaction with / interference from the WordPress system (no themes, no styles, no javascript, etc) yet still have it located … Read more

Steps for Moving Multiple WordPress Installs to a Multisite Install?

(Moderator’s Note: Original title was: “Steps to move multiple wordpress installations to a WP MU installation”) Any tips on moving multiple WordPress installations to a single Multisite[1] installation? [1] Multisite is the new name for WPMU. 3 s 3 For the record MU functionality was merged into core and is now referred to as multisite. … Read more

How to use alias domain for multisite installation?

Is it possible to use alias-domain for multisite installation? I have tried domain-mapping plugin and Multi Domains plugin for WordPress, but this does not solve this problem. Example: I have installed WordPress multisite on domain.com. My bloggers have sub-domains like myblog.domain.com. Now I want to add an alias domain like domain.co.uk. So, myblog.domain.com will be … Read more

How to set up wordpress domain mapping on MAMP Pro

I am trying to set up a wordpress multisite with MAMP Pro that will allow me to have two different domains (one domain for each language): dev.domainenglish.com dev.domainfrench.com I have already set up the primary english virtual host and secondary virtual french host. I have installed the wordpress multi site on the primary English virtual … Read more