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
4
votes
2 answers

Is there a way to assign multiple static IPs to an Amazon Lightsail instance?

I am currently using Amazon Lightsail to provide Wordpress Multisite Hosting for a couple of my clients, but I'm running into an issue. I am working with the following technologies: 1) Wordpress Multisite (2 installations on the same server) 2)…
4
votes
2 answers

WordPress multisite file not found issue

Issue with WordPress multisite as i have main site which is http://example.com and other is http://example.com/subsite. Issues : 1) When i click on one of menu item which is named test and its from http://example.com/subsite its showing file not…
raju_odi
  • 1,433
  • 13
  • 29
4
votes
2 answers

How to get users who belong to a WordPress Multisite blog (site) with SQL?

I need to get all the users who have joined (are members) of a site (blog) in WordPress multisite. To complicate it, I am doing this outside of WordPress and don't have access to internal Wordpress functions, so need to construct the SQL…
Simon Goodchild
  • 125
  • 2
  • 9
3
votes
0 answers

Static files not loading on Multisite WordPress in NGINX

I have installed multisite in a subdirectory of the main WordPress for a single domain. However, the WordPress sites are loading perfectly including the inner pages, except the multisite that is installed as a subdirectory. {% set sites = [ …
Riad Citaku
  • 349
  • 1
  • 9
3
votes
1 answer

Wordpress Site complete move from one server to another wordpress

I have a multsite wordpress running on server, i want to shift my site to another server. I downloaded complete file backup by filezilla ftp Also exported complete database. Now i imported this backup to new server(Aws Lightsail) and also replace…
3
votes
1 answer

Docker wordpress multisite - what ports to expose?

I'm trying to set up Wordpress multisite /as a network in a Docker container. From the docs, I understand that multisite only works with port 80 and 443. When I use port 8000 for the wpmu service as below, I can access…
ron_g
  • 1,474
  • 2
  • 21
  • 39
3
votes
1 answer

How do I fix multisite's dashboard subdirectory site links?

We have a multisite bitnami subdirectory installation. Each subdirectory is a country specific site so the root site is https://example.com and subdirectories are https://example.com/[country code] During development on http://[ip] there were no…
mcabe
  • 260
  • 3
  • 15
3
votes
1 answer

Sync all User Roles between two Wordpress Installs sharing the same wp_users and wp_usermeta tables.

I have created a Woocommerce Store (database prefix wp_) and a Wordpress Blog (database prefix wp_new_) that share the same users (sharing the same wp_users and wp_user_meta tables). I want to sync not just users but also user roles (multiple user…
3
votes
2 answers

WordPress multisite and single database for all developers

I'm in the process of planning a development team workflow for a WordPress multisite setup. We've chosen multisite because we want to limit the update/upgrade process and because the vast majority of our clients have the same website…
bikey77
  • 6,384
  • 20
  • 60
  • 86
3
votes
3 answers

Any way to Overwrite get_stock_quantity in my functions.php?

I am working in Wordpress Multisite and trying to ensure that all the stock info is fetched from the base site tables. I am trying to overwrite get_stock_quantity() woocomerce function in my theme's functions.php. What i found was public function…
Omicans
  • 531
  • 1
  • 8
  • 26
3
votes
0 answers

Getting a 404 Not Found on changing my WordPress site to use Multi-site feature. Admin and Index file works fine but other posts show 404 error

The domain name is: thexter.com Sample subdomain name is: data.thexter.com I am able to visit my admin panel and index page but other pages give me a 404 error. ex: visit thexter.com and thexter.com/uncategorized/hello/ visit data.thexter.com/ and…
3
votes
0 answers

wp_insert_posts are not shown in wp-admin, all posts section

I have multi-site enabled WordPress installation into Amazon server with WPML installation too so I tried this and this, but I had no luck. wp_insert_post(array('post_title'=>'test_title','post_content'=>'test_content',…
Suba Sah
  • 157
  • 8
3
votes
1 answer

Wagtail multisite on same domain

I need to create a multisite configuration that let me use the same domain for different sites. Some examples of what URLs I need to achieve: subdomain.example.com (Home for all sites) | ---subdomain.example.com/common-page/ (Common page for all…
Cristián
  • 363
  • 3
  • 13
3
votes
1 answer

How to use Wordpress Multisite with multiple TLDs

I'm trying to setup a Wordpress Multisite installation (it's basically for two countries AU and NZ) that shows different content depending on the URL (.com.au and .co.nz). I've setup the installation and it seems that by default Wordpress only…
PavKR
  • 1,591
  • 2
  • 11
  • 26
3
votes
0 answers

Wordpress Multisite change upload folder on subsites

Situation I have a Wordpress Multisite installation run through GIT which has the latest commit on every environment: Local Development Production In the wp-config.php I do rewrite on core filesystem like wp-content, uploads and plugin and theme…
1
2
3
52 53