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

List all the admins of each site Side note: Dividing these up by site would also be handy. Let’s do that here: We can list the url of each site with: wp site list –field=url We can list all administrators of a given site with: wp user list –role=administrator –url=https://example.tld/site1 These commands can be combined … Read more

Multisite Independent User Base

This is not exactly worpdress multisite suggestion, but a hack to run and manage multiple wordpress websites. I don’t know if it works for you : STEP 1. Move your wordpress installation to its own directory say common (Instructions can be found at http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory) STEP 2. Change the path of wp-content folder and move it … Read more

How to synchronize user profile fields in multisite?

This code works, but it’s only been tested in a localhost environment. There’s a function extracted from the plugin Multisite User Management, which is based on the get_blog_list function, that has been deprecated. No alternative available. For performance reasons this function is not recommended. The user meta has to be checked individually, i.e.: Aim, Jabber, … Read more

Is there any central control/access panel for several WordPress sites?

For remote management of many installations of WordPress, I know of two options, one paid, one free. ManageWP ManageWP is a WordPress management console that gives users full power and complete control in managing virtually any number of WordPress sites in the easiest way possible. InfiniteWP Manage multiple WordPress installations from a single dashboard using … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)