Questions tagged [multisite]
Running multiple sites with one installation and one central management. Also known as network and WPMU.
3,048 questions
0
votes
0
answers
23
views
WordPress Multi-Network, wildcard subdomains returning 404 after custom .htaccess rewrite
using Ubuntu + Hestia control panel (wildcard for subdomains "*.mydomain.com"
In a WordPress Multi-Network (MultiSite inside MultiNetwork with WP Multi Networks plugin) setup,
Each network ...
0
votes
1
answer
23
views
Something in my Wordpress installation keeps syncing home and siteurl
After moving my Wordpress installation to a subfolder, I went to the wp_options table to edit the site_url and home. However, after the website is loaded even once, the home is reset to the actual ...
1
vote
0
answers
60
views
Should PATH_CURRENT_SITE have a trailing slash?
When definining the PATH_CURRENT_SITE constant should it have a trailing slash? e.g:
Is this correct?
define( 'PATH_CURRENT_SITE', '/test' );
Or is it this?
define( 'PATH_CURRENT_SITE', '/test/' );
1
vote
1
answer
157
views
Critical error on image display
All of my sites are working except displaying images, attachments, etc. The sites are part of a multisite. The respective path parameters are:
upload_path: wp-content/blogs.dir/N/files - where N is ...
0
votes
0
answers
46
views
how to add some prefix in all subsites url in a multisite wordpress
I have a multisite WordPress setup on this local url: http://multisite.local/
so the subsites are successfully working on like this:
http://multisite.local/subsite1
http://multisite.local/subsite2 ...
0
votes
1
answer
67
views
WordPress single site in network has very low max upload file size limit
My client's in-development website based on WordPress multi site is experiencing the following issue. One single site out of dozens has it's max upload size limit set to 118 kilobytes for some reason.
...
0
votes
0
answers
38
views
Change the WordPress database prefix on the fly?
I have a multisite setup and hope to have one site host all the data for a particular CPT. That data would then be used by the other sites without having to duplicate it.
My thought is to change the ...
0
votes
0
answers
40
views
How to resolve Multisite Speed issues
Can anyone assist in helping me determine our WordPress multisite speed issues?
Our pages are taking 6-7 Full load times
https://www.hilliardschools.org/
I've tried.
Minifying CSS/JavaScript
Multiple ...
0
votes
1
answer
43
views
UPLOADS constant not working in WordPress Multisite
I have moved the wp-content/uploads folder to the same folder as the wp-content folder and then added define( 'UPLOADS', 'uploads' ); constant in the wp-config.php file.
Now the images are not ...
0
votes
0
answers
42
views
Synchronizing User Accounts Between Main and Sub WordPress Sites
I have two WordPress sites: xxx.com and deneme.xxx.com. I want to send the user data (username, password, email, first name, last name) of a user who registers on xxx.com to deneme.xxx.com via an API. ...
0
votes
0
answers
51
views
Media Attachment Pages Redirect to Media Files After Migrating to WordPress Multisite
I've created a WordPress multisite network and successfully imported sites into it. On each site, I need media attachment pages enabled, so each image should have its dedicated attachment page. ...
0
votes
1
answer
48
views
Custom theme on multisite has issues with standard loop output
I am experiencing the following error output when using the standard loop on page.php and single.php on a multisite-based WordPress installation. The loops are the same for both template types, with ...
0
votes
1
answer
82
views
WordPress Multisite Sub Domains Admin Panels 404 Error
Recently setup WordPress multisite with several sub domains. Domain.com/Sub-Domain
The installation worked and the sub-sites are active but I can not access the Admin panel or any other page/links. ...
1
vote
1
answer
45
views
New multisite Server Not Found
I've just created a multisite after many years of operating WooCommerce on one site alone.
I've added a new site that I wish to run another WC store on, but after adding the site I get a Server Not ...
0
votes
1
answer
107
views
How to add query string at the end of sitemap Yoast SEO
trying to add a query string for every products and product category pages onto sitemap so google can index them properly. My sitemap is generated by yoast seo plugin for wordpress.
This query string ?...
1
vote
1
answer
85
views
Multisite permalink issue
I have a WP multisite on AWS running a nginx-based server. It has autoscaling enabled as well. For some reason, and for only some pages (mostly custom post types), after every deployment these CPT's ...
0
votes
0
answers
39
views
The wp-admin url for each site does not work on WordPress multisite
I'm having some trouble while trying to access the admin area of each site in a WordPress multisite. I have the following settings in wp-config.php
define('WP_SITEURL','https://web.mydomain.com');
$...
0
votes
2
answers
119
views
Wp-admin wrongly redirecting on multisite
I have a Wordpress subdirectory multisite configured on Nginx, with Cloudflare CDN. I've set all up on Nginx and wp-config.php according to other websites I have functioning correctly with the ...
0
votes
1
answer
126
views
How to use 2 different databases but share the same user in wordpress
I have 2 wordpress websites on the same server, one is bloo.com and the other is forum.bloo.com. each site has its own database, they have their own wp_content, each has its own file separately, but I ...
0
votes
1
answer
46
views
something in database is causing me to not be able to log into network admin of multisite
I'm updating my local development environment with a backup of the files and database from our hosting provider, and while I can log into each of the sub-sites in the multisite, I can't log into the ...
1
vote
0
answers
95
views
SuperAdmin Access to a Subsite fails
In a multisite installation (not a local system), I have logged into the site as the superadmin. There are several subsites defined. Some are 'subfolder' sites, and others have a different domain name ...
0
votes
0
answers
140
views
NGINX rewrite rules for Wordpress Subdirectory Multisite to support deep URL
I'm trying to setup a Wordpress Subdirectory multisite that can support deep urls. By deep urls, I mean the the sites should be able to have more nested parts. E.g
https://example.com/path/nested/...
0
votes
1
answer
103
views
Multisite, using switch_to_blog in filter
I am programming a hook for ACF to get a list of posts from another site in a network.
so
switch_to_blog(1);
... do some WP_Query...
...list results in an array ...
restore_current_blog;
in a ...
0
votes
0
answers
54
views
Wordpress: How to change name of ADD-ON domain's folder and also change/rename all references to it
Interserver.net hosting allows install of unlimited sites in one user account. I have set up an "add-on" domain, which is a fairly common structure but different than using WP Multi-site. ...
0
votes
1
answer
230
views
Change homepage logo for each site multisite setup
I recently migrated our website to a multisite using sub-paths, and I was trying to change the logo on each webpage example.com/en and example.com/ja, but this is no longer possible, is there a way ...