Skip to main content

Questions tagged [multisite]

Running multiple sites with one installation and one central management. Also known as network and WPMU.

Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

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 ...
James's user avatar
  • 1
0 votes
1 answer
23 views

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 ...
prtkaru's user avatar
  • 11
1 vote
0 answers
60 views

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/' );
Tom J Nowell's user avatar
  • 61.6k
1 vote
1 answer
157 views

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 ...
StefanMz's user avatar
0 votes
0 answers
46 views

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 ...
Cv Gandhi's user avatar
0 votes
1 answer
67 views

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. ...
Mike Hermary's user avatar
0 votes
0 answers
38 views

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 ...
Daryl Meese's user avatar
0 votes
0 answers
40 views

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 ...
Jeremy Thomas's user avatar
0 votes
1 answer
43 views

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 ...
Shah Alom's user avatar
  • 448
0 votes
0 answers
42 views

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. ...
Özcan BAYRİ's user avatar
0 votes
0 answers
51 views

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. ...
 Sozdavan 's user avatar
0 votes
1 answer
48 views

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 ...
Mike Hermary's user avatar
0 votes
1 answer
82 views

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. ...
Jeremy Thomas's user avatar
1 vote
1 answer
45 views

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 ...
shakehurst's user avatar
0 votes
1 answer
107 views

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 ?...
Spriteboy82's user avatar
1 vote
1 answer
85 views

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 ...
dingo_d's user avatar
  • 1,970
0 votes
0 answers
39 views

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'); $...
Enrique's user avatar
  • 53
0 votes
2 answers
119 views

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 ...
Ana's user avatar
  • 11
0 votes
1 answer
126 views

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 ...
Mike's user avatar
  • 1
0 votes
1 answer
46 views

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 ...
Erich's user avatar
  • 1
1 vote
0 answers
95 views

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 ...
Rick Hellewell's user avatar
0 votes
0 answers
140 views

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/...
Itse Sagay's user avatar
0 votes
1 answer
103 views

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 ...
Chris Pink's user avatar
0 votes
0 answers
54 views

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. ...
PP Comm's user avatar
0 votes
1 answer
230 views

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 ...
logax's user avatar
  • 1

1
2 3 4 5
61