Questions tagged [multisite]

The Wordpress blog engine has a resource called MultiSite which allow you to have multiples websites in a single wordpress instance.

In WordPress there is a resource called MultiSite. It is a special mode built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress.

794 questions
3
votes
1 answer

Username only lowercase and numbers in WP multi?

We are using wordpress in multi sub-domains at work. So we have administrator for each domain who can create users for subscribing editing contributing. The problem is, our company edit the rule that all logins/usernames have to be like this…
Jaswinder Kaur
  • 190
  • 1
  • 3
  • 10
3
votes
1 answer

Limit number of products site admin can add to WP woocommerce

I want to limit the number of products site admin can add to their shop. I am using wordpress multisites + woocommerce. Any help would be appreciated, thanks!
sniurs
  • 135
  • 4
  • 13
3
votes
1 answer

Moving WordPress Multisite, but my theme customisations have stopped working. Why?

I have recently moved a multisite network to a new domain. There is only 1 site in the network currently (I'm in the process of building the sites for the network and I am pushing this one to a staging server for testing). To move the site I did…
Mike
  • 8,767
  • 8
  • 49
  • 103
3
votes
1 answer

wordpress multisite concerns

The issues I'm facing now on deploying wordpress multisite: when enabling the parent wordpress (eg. http://www.example.com/multisiteparent/ as Site A) to become multisite, do i also need to enalbe multisite network setup in each one of the…
infiniteloop
  • 885
  • 2
  • 12
  • 29
3
votes
3 answers

Wordpress Nav Menu page items disappearing randomly

(I'm sorry for the long post, see conclusion below) I have a WP multisite set up, with some sites in production mode (with domain aliases) and some still not "launched". At the moment there are five sites running. However, I have a very strange…
johanplago
  • 31
  • 1
  • 2
2
votes
2 answers

WordPress Multisite - 500 error when accessing a non-existent file on a deleted site

Whenever a non-existent file is trying to be accessed (I am using a subfolder configuration for my Multisite network) it creates a 500 error and results in the following error in the Apache log "Request exceeded the limit of 10 internal redirects…
IUWPDEV
  • 31
  • 3
2
votes
0 answers

How to fix WordPress admin login redirect to non-existent Multisite installation?

Recently I moved a WordPress Multisite to a single installation with the Duplicator Pro plugin. Everything worked great and the site has been running as a single site for more than a month without problems. When going to "example.com/wp-admin" I get…
2
votes
1 answer

Multisite mapped domain force to use www

I am trying to force domain URL to use www always in WordPress Multisite. For example if some one type abc.com then it should be redirect automatically to www.abc.com I have used the following rules in htaccess but it works only for main domain in…
2
votes
1 answer

Wordpress insert image on multisite only works on site 1

we are having a multisite Wordpress site, where we sync some external data with given image from ftp directory as featured image. On site 1 this process works like a charme. but on all the other sites, the wp_insert_attachment function is missing…
Luco
  • 21
  • 1
2
votes
1 answer

Wordpress Multisite - Redirect Subdomain to root with .htaccess

I've changed our website to a wordpress multisite. On my localhost everything worked like it should. But on our production site I'm having some problems. The normal site works after the new setup (example.com) but when I create a subdomain site…
Gamernamer
  • 165
  • 1
  • 1
  • 13
2
votes
2 answers

Codeigniter 4 Multisite

I have installed Codeigniter 4 on Raspbian and everything seems to be working fine. My web directory is /var/www/html Inside there are two folders containing two different Codeigniter-4 apps that I would like to invoke with: blue.ddns.net ->…
360degree
  • 77
  • 1
  • 6
2
votes
1 answer

How do I search by superadmins within a get_users query?

On a WordPress multisite installation, I am trying to get the IDs of all superadmins for my site using a function in my theme. (new to multisite here). However, I don't seem to be able to access them with a get_users() function as below: $roles …
Peter Breen
  • 447
  • 1
  • 10
  • 24
2
votes
1 answer

Wordpress multisite redirect 302 after migration

I have a multisite on my localhost, i did migration to pre-production server (changed databases etc ...) and it works well. Today i did migration to production server and like pre-production i chanded all urls from database, wp-config but now i get…
Sandy
  • 49
  • 5
2
votes
1 answer

redirect different url with the same subfolder

I am on a wordpress multisite. I have old urls with the same subfolder name now i have to redirect old url to a new url with new subfolder name. Example (will be simpler) Old url 1 to new url 1: http://site1.fr/fr-chauffage.html …
laurent
  • 67
  • 6
2
votes
0 answers

Link pages between wordpress multisites

I have two websites in different languages on one wordpress (multisite). Pages from a site to another have different IDs, names (because of language), etc... And woocommerce is installed on both websites (meaning there are products). I'm looking for…
hellodracon
  • 165
  • 1
  • 12
1 2
3
52 53