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
1
vote
0 answers

Apache Virtual Hosts not working for my two domains

Ubuntu Server 20.04 on VirtualBox. I can access only the content of website1 from my web browser on a windows host, whenever I visit website 2 it redirects me to website1 but shows website2 as the domain name. I have edited my windows hosts file to…
1
vote
6 answers

Can't delete WordPress cookies

I am working on WordPress multisite, and I have changed the login functionality. However, it needs the users to delete old cookies before using this functionality I have created. So I am trying to clear the user's cookies by setting a new cookie,…
1
vote
1 answer

Wordpress Multisite installation issue on staging website

I am trying to change my website into multisite on my staging server. When I add define('MULTISITE', true); in wp-config.php on my local machine setup, it works fine. Then I go to the Network admin and able to setup multiple sites. I add further…
1
vote
1 answer

Users and user roles not shown in WordPress when Toolset Type-Access is active

I just figured a strange behavior in the Toolset's Type-Access plugin. I think this si the same case as this unresolved issue. I my case, it's a multisite context, so users can exists in others sites, specially super-admins. Logged as super-admin,…
Bastien Ho
  • 777
  • 12
  • 23
1
vote
1 answer

Drupal 9 multisite split .htaccess

I am working on Drupal 9 multisite and I want split the .htaccess file, one per site to create different redirect rules. I know that it's possible to add all rules on drupal_root/.htaccess but I prefer to have one .htaccess per site. The structure…
Quak
  • 11
  • 1
1
vote
1 answer

Wordpress Multisite Theme Issue: "Network enabled themes are not shown on this screen."

I had set up a multisite WordPress. I had installed a theme for the parent site, but it appears "Network enabled themes are not shown on this screen." on the other child site. Anyone, please help me, thanks image1 - All theme had enabled image2 - I…
1
vote
1 answer

URL parameter is handled incorrectly on multisite

With a form that is displayed via a shortcode, we want to add parameters to the URL and then read it out again in another shortcode. These functionalities are added via a custom plugin. This works fine on a standard WordPress installation. However,…
mgofv
  • 13
  • 5
1
vote
0 answers

Adding hreflang tags automatically in WordPress multisite

I've managed to write a function that gets the job done, but I feel like there has to be a better way to do this. I have a WordPress multisite network that is running with the subdirectory setup. There's a primary site that is in English and several…
Mike Jandreau
  • 392
  • 3
  • 16
1
vote
1 answer

Cookies persist after logout - wordpress

I am working on wordpress multisite website. It has three sites for eg: example.com , site1.example.com, site2.example.com. When I login to example.com, it gets redirected to site2 and automatically logs into site2. But when I logout of the site2,…
1
vote
1 answer

Remove main site link from user dashboard in multisite of wordpress

I have created a multi site website in wordpress, I want to remove main site link from user admin area, Please prefer screenshot. Please guide me how can i remove it. Thank you in advance.
Husain Ahmed
  • 815
  • 7
  • 27
1
vote
0 answers

Laravel - Cannot get updated config value when using helper function

I'm trying to get the config value when assigning the value to config via a helper function. For better understanding, let me give you an example: Here is my config/app.php file: // config/app.php return [ 'name' =>…
Syed Aqeel
  • 1,009
  • 2
  • 13
  • 36
1
vote
0 answers

All WordPress multisite sites are using the primary site's URL for site assets

I’ve got a multisite running on Roots Bedrock using subdomains. From a site user's point of view, the sites all appear to be working. Except, they are all using the primary site's URL for media assets, CSS and JS. For example, the primary site URL…
qbert423
  • 11
  • 2
1
vote
1 answer

How to segregate the Buddypress member page on multisite?

I have a BuddyPress social networks in a multi network WordPress install (WordPress multisite), thanks to LH Buddypress Multi Network plugin. How can I prevent people from accessing to a profile page from another blog? For example : teacherSite,…
Olivier
  • 11
  • 2
1
vote
0 answers

Automatically setting default settings for ACF PRO on new site install with WP Multisite

I am working on a Wordpress multisite network, where users can register sites on subdomains. I am developing a customized theme for the registered sites using ACF Pro, including use of their 'Options Page' feature, in order to implement…
1
vote
0 answers

Limit admin add user in wordpress multisite

I have a wordpress multisite. I want to set a limit for admins to add users to their own subsite For example, admin can create 5 users on a.mysite.com, and other admin can create 10 users on b.mysite.com. How is this possible? I am already grateful…
Mustafa Ka
  • 11
  • 1