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

learn more… | top users | synonyms (4)

0
votes
0answers
15 views

500 Error when opening multiple WPMU domains in one browser

We have a WPMU instance with ~50 sites on it and, if we open multiple domains in a single browser, the CPU and memory usage on the server goes through the roof and further pages result in a 500 error. ...
0
votes
0answers
6 views

WP Network - List Posts child_of plus include specific category

Alright, so problem I have is my client has 8 WP sites in a network. 1 specific site they want additional posts from another category to display other then child posts of thew News category. I have ...
0
votes
0answers
11 views

Multisite Subdomain Redirect Mask

I've seen many questions and answers regarding this subject, yet I can't seem to get this to work. Here is my setup. I have my main domain: www.example.com On that domain, I've installed WP ...
0
votes
0answers
6 views

Can a multisite installation have different top level and sub domain urls?

Sorry if the question is vague. I'm working on setting up a multisite installation for a number of unrelated university sites: sitea.exampleu.edu siteb.exampleu.edu etc.. All of these will be the ...
0
votes
0answers
5 views

BuddyPress Registration Not working

Recently I was testing a client's BuddyPress Multisite site using the Huddle theme and for some reason when I try registering a test user after filling in the info and hitting submit, I keep being ...
0
votes
1answer
37 views

How to redirect user after session timeout

How can i redirect user after session timeout in multisite to my custom Page? Normally Wordpress multisite redirects users to example.com/subdirectory/wp-login.php
0
votes
0answers
11 views

Wordpress Themes Categories for the Admin pannel

I am working on this project and I'll have 200+ and even more by the end of the project. I need to have all these themes show up in Admin > Appearance ? All themes will be installed on the same ...
0
votes
2answers
46 views

how to invoke wordpress API from other existing PHP system

We have our own php system, now we want to have a blog function. Because wordpress are widely used, so we decided to use it. And now I want to invoke wordpress's function , for example wp_insert_user ...
0
votes
1answer
24 views

WPMU If MU site has no administrator, deactivate site

So I been tinkering with this thought. Working w/ WooCommerce Subscriptions - if the user is a recurring paid member, they can create and manage their own subsite. However, say the recurring payments ...
0
votes
1answer
18 views

Limit multisite/network site names to a property of the user

We need to limit the blog names users may choose when they create their own blogs. We have a WordPress Network configured to have all blogs share a domain name. E.g., domain.name.com/x, ...
1
vote
0answers
23 views

Google Apps SMTP for WP MultiSite?

How can you force WordPress MultiSite to send all emails via a Google Apps SMTP server? I have attempted to use Easy WP SMPTP, however that does not work exactly as I'd hoped, not to mention it fails ...
1
vote
0answers
14 views

WordPress MU and nested sites addresses?

I'm creating my first path-based WordPress Multisite Network. Right now it runs a few blogs, such as: www.mymaindomain.com www.mymaindomain.com/blog1 www.mymaindomain.com/blog2 ...
0
votes
0answers
16 views

Captcha and maths challenge images not showing displaying in gravity forms on a multi network site install

This is such a pain, because I can't actually pin point a straight answer in google. I am using the latest gravity forms to date. On a multi site installation. And I am using the Captcha field, but ...
0
votes
1answer
11 views

install.php Custom Taxonomy Term not being added to custom post

So I am stuck on this problem that I am facing when creating a custom taxonomy term in a install.php file. So I am running a WP multisite, and upon new blog creations, I am trying to auto create ...
0
votes
0answers
21 views

Add role across network in multisite

I have been trying to add new wordpress roles and capabilities, in a multisite installation, using the code below. The issue is, it only applies to the 'main' site of the multisite, and does not ...
0
votes
0answers
20 views

Multisite for Multisite?

Is there anyway I can allow users to create their own WordPress multisite network on my multisite network? It will be a premium service and will work much like reseller hosting, where the customer ...
0
votes
0answers
21 views

Allowing Anyone to Register Subdomains on .COM (Currently on .ORG), for WordPress Multisite?

My current site is example.org. What I want to do is allow anyone to register a WordPress multisite on the exmaple.com version of my site. I'm sure you can do this but just don't know exactly how, ...
1
vote
1answer
22 views

How to cache a shortcode functions output?

I would like to show on my startpage the total count of posts in a WordPress Multisite. Those are nearly 7000 in 500 Blogs. So I made a function which has to go through every blog to count the posts. ...
0
votes
1answer
30 views

How many databases do I need?

I have been asked to build another site for someone else. Eventually, I will turn it over to them. I will develop it locally, then take it live, then turn over full control. In the meantime I need a ...
0
votes
0answers
19 views

personal_options hook on Wordpress multisite

I have a working script that hooks to user profile. This is my hook: add_action('personal_options', array(&$this,'show_bounce_email_warning_to_user'),10,1); As you can see it will show bounce ...
0
votes
0answers
45 views

Protect uploaded files in Wordpress 3.5 multisite

I have a multisite which I use for sharing private information (and files like pdf etc). Each client has its own 'site' example.com/client1, example.com/client2 etc I already set permissions to ...
-1
votes
1answer
21 views

Child Theme CSS Not Overriding Parent Theme In MultiSite Site

I've been banging my head on the wall for a while now trying to figure this out. I have a multisite setup currently with just the main site and a network site I added. The main site displays just ...
1
vote
0answers
26 views

Prevent “main” WPMU site_url() being returned in functions

I've noticed that in a WordPress MU install with domain mapping enabled, some functions return URIs that don't use the current WPMU site's primary domain name which possibly means they are "WPMU ...
0
votes
0answers
21 views

Widget throws error until going to dashboard then back to page [closed]

I am upgrading a Network site and am getting a strange error. Let me give you a quick idea of the setup: I copied live production DB locally, then updated all code to most current. DB domain mapping ...
1
vote
1answer
32 views

Getting Custom Post Type content from main-site of a Multisite

I have a multi-site network with 3 sub-sites: Is it possible to "link" or include custom post to all 3 sites from the main site? By include or link I don't mean to make other sites to edit them, ...
0
votes
1answer
25 views

Wordpress multisite haml templates

I'm building a very large Wordpress multisite at the moment and while I sort out the project at a top level I want to know if it's possible to use haml or phamlp for my templates instead of php. I ...
0
votes
1answer
19 views

Add new domain to 'My Sites' using network admin

Over a year ago this multi-domain Wordpress was set up by myself and a colleague using the Network Admin tool. There are 5 sites on different domains and it works fine: I now need to add further ...
1
vote
2answers
80 views

Multisite with a single, shared custom post type, while retaining site URL

Small multisite setup, two very different sites, both need to access an event custom post type. I don't want to duplicate posts (there are some plugins that "broadcast" a post to the network). ...
3
votes
5answers
110 views

Generate a user list per site to communicate upgrade plans

My team has inherited a large WordPress Networks install. Updates need to be run and we need to communicate this to our editors and administrators. My system admin has asked me for a list of URLs and ...
0
votes
1answer
42 views

Making a Multisite Dashboard Widget

I tried to use the code from this question: How to Check Disk Space used by Media Library But it's displaying this error in a Multisite: How can I display it on my network Dashboard instead root ...
-1
votes
0answers
21 views

Replacing multisite main blog

My company's main website runs on WordPress. A few months ago a major redesign was started and we made a child blog in a subdomain where we developed and tested the new theme, layout and content. The ...
1
vote
1answer
47 views

Auto Redirect after login

In multisite this code redirect users (authors) to /wp-admin/post-new.php after the login ....but also redirects me (super admin) how can I prevent this? function primary_login_redirect( ...
0
votes
0answers
28 views

WP multisite network plugin fails to see classes loaded with spl autoload

I have a home-grown plugin that's a library of various classes/methods. Let's call it my_autoload. In WP single-site I've been using spl autoload to require() the classes as I have other plugins that ...
-1
votes
0answers
18 views

common config value for all sites [duplicate]

I want to have global configuration for all sites. That is, a global configuration value however I can take that value from any blog/site. configuration is nothing but a URL. Instead of hardcore ...
0
votes
0answers
26 views

Spinning Articles and Publishing to Multiple Sites

I have a main wordpress blog site and several small specialized sites that are each similar. I'd like to be able to create original articles using spin code (so I can create many variations on a ...
0
votes
1answer
27 views

How do I display offsite database info on my wordpress site?

I host some online games from my personal computer which the game saves information to my Mysql database. I would like to display live data (if possible) on my hosted Wordpress site. I know the ...
0
votes
0answers
48 views

Woocommerce Pages Not Working [closed]

After I created a multisite network on wordpress, my woocommerce pages started malfunctioning. After I click on the pages it says "Safari can't establish a secure connection to the server ...
0
votes
1answer
112 views

Change WP-LOGIN and WP-SIGNUP for any request

I want to rename wp-login.php and wp-signup.php for any request I tried this RewriteRule ^login$ /wp-login.php [L] RewriteRule ^signup$ /wp-signup.php [L] but when someone insert a wrong password ...
0
votes
1answer
33 views

Multisite for main in subdirectory, subdomain and subfolders (EN/ES)

(Spanish below, is my native language) Hello. I have a domain <http://my-site.com> and I want to restructure it, used to have a drupal for the portal and numerous installations of wordpress in ...
0
votes
0answers
20 views

WordPress Multi Site strange redirect on MAIN site

I am using a plugin which allows for multiple TLD's with WordPress multi-site. (WordPress MU Domain Mapping) No idea if this is a conflicting issue or not. Doubtfut, but thought I would throw it out ...
0
votes
0answers
21 views

Post from one WordPress site to another

I have two sites running on WordPress. I have a form on one site that generates a custom post type, and I would like this custom post type to be posted to another WordPress site. How can I do this? Is ...
0
votes
0answers
35 views

My title is repating itself

I have been looking on some of the other questions in here, but they did not solve my problem. I got a Wordpress Multisite with Buddypress installed. When I am logged in as the super admin, I can ...
1
vote
1answer
35 views

Query users by capability - uninstall/deactivate callback

The situation Running on MU, I'm writing an open source/publically and freely available plugin. As I used add_screen_option() to allow users to easily setup the admin page to their likings, I'm left ...
0
votes
3answers
40 views

Is a multisite install what I need?

I have a client who owns a chain of clubs - all of them unique and requiring different sites, however, there will be one GLOBAL login for members. The members area will include things like club ...
0
votes
1answer
43 views

Subdomain is not working

I just finished setting up my multisite. However the subdomain is not working. I believe I followed every step necessary to create a subdomain network for wordpress multiste. I also have created a ...
0
votes
1answer
18 views

need help adding a new sidebar to a page that can't use page-templates -> multisite

This problem is quite complex and hard to describe so bare with me. I'm trying to add a new sidebar to my test-page before I put it live. Basically I've got a website with wordpress installed and ...
0
votes
0answers
40 views

Split WordPress page into two sections

I want do divide my wordpress into two scopes. The home would have two (or sometimes more) links. I then want the permalink structure to be ...
1
vote
1answer
13 views

Child Site doesn't appear in the Network menu

As you see in the snapshot, just the main site appear in My Sites menu, Although it appears correctly in the "Network Admin". I used the subdomain installation when I configured the Wordpress MU. And ...
0
votes
0answers
30 views

switch_to_blog not working with constants

I'm have a multisite setup with WP E-Commerce plugin. At some places I need to use switch_to_blog() on front end and use WPSC (WP E-Commerce) functions inside. Here my code ...
0
votes
1answer
32 views

Wordpress multidomains and subfolders

Is it possible to have wordpress installed in subfolder (e.g.: example.com/wodpress-installation ) as multisite / folders, and have the folders as example.com/foo or example.com/bar or it must be ...

1 2 3 4 5 21