Buddypress profile pictures sync across WordPress Multisite Network

I am setting up a Multisite Network project. All websites will be handled with SUBDOMAIN_INSTALL. One of the websites will have BuddyPress, it will also serve as an entry point to the network. User will register through buddypress.domain.com and from there it will have access to other sites (portals, shops…) I managed to setup user … Read more

Can you have multi-site WP and keep users separate?

I’m aware that multi-site exists but I’ve never used it. Could I use it in a type of reseller mode, where I ran one install of WordPress but provided completely separate sites for separate users? Such that the users didn’t even know the other sites existed, they just saw their site? Every time I search … Read more

How do I use different domain for subdomains in WP Multisite?

I have a WordPress Multisite network. I’d like to have my main site on a seperate domain to my subdomains. What I mean by this is, for example, mymainsite.com on the main site, but my subdomains are based off another domain, subdomains.com, such as example1.subdomains.com, example2.subdomains.com, and so on. I’ve read about domain mapping, and … Read more

Can wp-cli display all users and their roles across all sites in a multisite instance?

List Multisite Users Using wp-cli(1) If I run wp user list I get a list of the users (2 admins in my case) at the top level of multisite(2). List Multisite Sites’ Users I have 25 sites with various users. Some users are in different sites as different roles. When I use the network flag … Read more

how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS

When I set the “/wp/” in PATH_CURRENT_SITE and call the network setting page(xxx.com/wp/wp-admin/network), it occurs too many redirects. But when I just set “https://wordpress.stackexchange.com/” in the PATH_CURRENT_SITE and I go to network setting page from wordpress admin management page, it calls “xxx.com/wp-admin/network”.Then, I change the url like “xxx.com/wp/wp-admin/network” manually, it works well. Does my nginx … Read more

Lock one of WP Network sites for not registered users

I have a blog network (Multisite), with domain mapping plugin installed, and some of my sites are under development, so I want to lock them from not registered users. I tested a few plugins designed for this purpose (Private Only, Private WP suite, Private WP, Members Only, Registered Users Only, Absolute Privacy and Wp-Private) and … Read more

Get first_name and last_name on user_register hook

I have multisite running with 4 sites. One of them has woocommerce. Customers have option to create account while checkout. I have custom analytics where registered customers are labeled with wordpress user ID (get_current_user_id()). Customers without account have default ID of 0. My analytics allow me to add first name, last name, email etc… to … Read more