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

learn more… | top users | synonyms (4)

0
votes
0answers
4 views

$wpdb->posts is not correct

I have a problem with the value of $wpdb->posts. I have a wordpress multisite instance, and the following code is the one that is confusing me: function order_to_post_id($order_id) { global ...
1
vote
1answer
12 views

Installed domain-based Multisite but can't access wp-admin (redirect loop)

I've installed a domain-based Multisite on my server, and everything works including each of the subdomains. Here I should explain that I imported a Database that was on my Local Mac, and then changed ...
0
votes
1answer
11 views

Is it possible to create a login for restricted visibility?

I use eStore (from Elegant Themes) with Woocommerce to build a webshop. I want to add a login page for wholesalers to login and have access to different products (2014 collection) and different price ...
-1
votes
0answers
12 views

multiple wordpress installs, multiple database single user

currently i am using wordpress network with 3 sub-domains, but the problem is their is no similarities between any of the blogs. so to improve the performance i am planning to make them separate ...
0
votes
0answers
10 views

signup to one site and get access to all affiliate sites

Currently i am using WP network for my multi-site blog, but i am a tutorial site just like Tuts+ (not that much good, but a little). I want to know the performance issues regarding 1. single WP ...
0
votes
0answers
13 views

Multisite pagination with get_posts

I'm looking for a way to paginate my get_posts. I've been trying to get this on my own but I did not succeed. Here is my paginate function. Any help would be much appreciated. EDIT: There is no use ...
-3
votes
0answers
13 views

Is it possible to setup an exact “wordpress.com” replica? [on hold]

I want to setup a multisite wordpress installation. I want to make it possible for users to register themselves and have the site automatically setup like how it is on "wordpress.com" It will have ...
0
votes
0answers
7 views

Creating a root site in a multisite installation

I have setup a multisite installation in the root of my domain eg www.mydomain.com. I have then setup a few sites within this installation eg www.site1.mydomain.com etc etc. I would like to run my ...
0
votes
1answer
7 views

blog change and move to anther hosting for a multisite

I have a multisite and there are 3 blogs. (let's say blog1, blog2, blog3) First question, How can I change the order of blogs? as you may know, blog1 is the main. I want to make blog2 should be the ...
1
vote
1answer
34 views

Speed up MU Wordpress on Apache VPS?

I have a wordpress multisite 3.6 with 1 main site and 5 subdomains(with mapping domains) I am tried to make it faster, i install the W3 Total Cache plugin i add on my apache the APC 3.1.13 yum ...
0
votes
1answer
25 views

Changing The Site URL in MULTISITE

How do I change the WordPress Address (URL) and the Site Address (URL) from HTTP to HTTPS in multisite? I want to get the https permalinks
0
votes
1answer
14 views

multisite subdirectory blogs missing slash

New WordPress 3.5.2 multisite (subdirectory) install is missing a slash when creating new blogs. WordPress is installed to server like: blogs.domain.com When a new user registers, the conformation ...
0
votes
0answers
9 views

Multiple MultiSite installations on one domain

I have an interesting question. I hope you can help me solve this one. Basically, what I want to achieve is to have one domain (lets say 'domain.com') and multiple MultiSite installations (with ...
0
votes
1answer
9 views

How to unindex a single blog in Multisite?

Is there anyway to un-index a single blog in Multisite from search engines ?
0
votes
0answers
13 views

WordPress MU Domain Mapping Just Redirects to Main Site

I have done the following: -- Installer WordPress and enabled MU on the main site (main.com). -- Changed wp-config.php of the MU to the following: RewriteEngine On RewriteBase / RewriteRule ...
1
vote
0answers
20 views

Conditional Image Sizes for Use via Theme Customizer Upload Only

I'm looking for a way to add image sizes that are only generated by uploads happening in the Theme Customizer, any suggestions or direction on how this could be done? I've already worked with the ...
0
votes
0answers
25 views

Remove blog slug from WPMU?

i have wordpress MU, everything is fine in child sites , but in the main site in the permalink structure have been changed itself , mean that after the site url it have like http://example.com/blog , ...
0
votes
2answers
31 views

Remove the blog slug from Wordpress Multisite root node

I have been looking at whether it is possible to remove the blog from the post & caetegory URL's in a multisite setup on the root node. I have found the Multisite sites settings and removed the ...
0
votes
0answers
11 views

Buddypress Registiration Dublicate First Name, Last Name Problem

I see name and surname fields double when I want to add a new record to buddypress. First name and surname's field full but other than blank.
0
votes
1answer
8 views

Best Practise: Linking to WPMU sites from other sites

I'm digging through WPSE, and WP Codex/Core, and I am looking for essentially wpmu_blog_link( $blog_id ), which would essentially be home_url() with a parameter to pass the blog_id. I could easily ...
-1
votes
0answers
42 views

Auto-copy content of the main blog to another one. Multisite

I'm confused about this problem. I need to duplicate all content from the main blog in Wordpress Multisite to another one. I've tried to use Mirror Multi Sites (MMS) but it work bad with categories. ...
0
votes
0answers
17 views

Frontpage Admin Bar Disappeared

I am on a multisite network. Recently my frontpage admin bar dissappeared but continued to show at backend. I disabled all the plugins, changed theme to twenty ten and twenty twelve also, but no ...
0
votes
1answer
17 views

Disable multisite-wide plugins on specific sites

On a multisite network, I have some plugins that are network activated so they run on every site in the network. However, I want to disable all of the network active plugins on some of the sites. How ...
1
vote
1answer
21 views

How to write RewriteRule for login in multisite

In my wp multisite mysite.com, I want any login request to be sent to my custom login page at mysite.com/login. I found this rewrite rule: RewriteRule ^(.*)/login/$ http://mysite.com/login/ [L] It ...
0
votes
0answers
7 views

Multisite, SSL and domain mapping

I have a multisite with about 16 domains using the domain mapping plugin. I need to add two more sites and both have to be ssl. Has anyone found success blending this all together and if so, how? Two ...
1
vote
2answers
59 views

network site domain mapping still applied after being removed

I have a sub-domain network installation on www.example.com One of the sites is rabbit.example.com This site used to have a domain mapping to www.rabbit.com. I removed this mapping. However, ...
0
votes
0answers
32 views

How do I combine wp_redirect and add_filter?

I have a multisite, where I would like any subsites to share the same login, register and lost password page. Those pages are custom pages and located on the main site. So far so good. The problem I ...
0
votes
1answer
16 views

how to create wordpress network with multiple wordpress installations

i want know it is possible to have 2 or 3 wordpress installations ,get together create ,and create a network .,which will share user data across the network, if there any reference that will be ...
0
votes
0answers
12 views

How to sync 'Other Roles' across Multisite in Wordpress?

This is in continuation to the solution given at How to sync roles across Multisite?. The previous thread conveyed how to sync 'Primary Role'. Have an additional requirement of Synchronizing 'Other ...
1
vote
1answer
31 views

Displaying a message upon user registration

I have a question that I hope will be pretty simple for some of the WordPress Gurus out there. I have a WordPress network and whenever a users signs up, I would like to show (on signup confirmation ...
1
vote
0answers
17 views

Multi-Site Subfolder User Permission Issue

Currently I have a header file checking to see if users are logged in, and then a "landing" page which allows them to view all the sites they have access to within my multisite network. This ...
2
votes
1answer
91 views

Uploading Images to Multi-Site Causes Failure to HTTP Error

Just to fill you in on my situation. Running WordPress multi-site version: 3.5.2 clean install. Zero 3rd party plugins. All of my plugins have been disabled for debugging. Using WordPress MU ...
0
votes
1answer
30 views

How to share user data across multiple Wordpress websites?

i have 3-4 sites which has content about traveling,and what i want is one site(main site content all the user data and) in all other sites, users can log in to the sites with that data ,how can i ...
0
votes
0answers
12 views

Can WordPress Multisite (MU) subdirectory url/slug/permalink be changed?

I am currently working with WordPress Multisite (MU), BuddyPress, and Commons in a Box (CBOX) to create a website around a central user base which allows users to form groups and create "group blogs" ...
2
votes
1answer
31 views

switch_to_blog() performance considerations & alternatives

I'm currently in the conceptual phase for a multisite network. The rough idea is: There are multiple networked sites and all publish posts for their own. The network admin is able to establish ...
0
votes
0answers
20 views

Get Image Directory for Multisite & Single Site

I'm following the code from this example to set a placeholder image for WooCommerce. /* * goes in theme functions.php or a custom plugin. Replace the image filename/path with your own :) * **/ ...
0
votes
0answers
18 views

Pointing multiple subdomains at the same WordPress Installation

We have some branded subdomains for clients in our application. so client.ourdomain.com gets some minor customization to the look and feel. We are now creating some marketing pages and implementing ...
0
votes
0answers
13 views

Single admin domain for multisite

We have a WordPress with multisite feature enabled. The sites have totally different domains using the domain mapping plugin. It is like: site1.com site2.com site3.com. Now we want to enable SSL for ...
0
votes
0answers
15 views

Disqus Comment System not working with network sites

I have setup the network with the Multi Site so that each user can have their site as http://www.siteurl.com/[username]. I would like to implement the Disqus Comment System and did installed this ...
0
votes
0answers
10 views

Wordpress, 2 Domains for different sections, Wordpress Multisite perhaps?

I currently have a client who runs two companies that sell related products but they want to keep them separate. I decided to setup a site in Wordpress with one menu item containing the info for ...
0
votes
0answers
20 views

Wordpress multisite and one database

i need to use one database (i mean the same tables) with all sites under my network. I know about switching blog, but it's not good with wp-admin side (for example for custom post type i can't see the ...
0
votes
0answers
21 views

How to move a wordpress network (subdomains+MU Domain Mapping) from Apache VPS/CPanel-WHM to Apache VPS/Kloxo?

I have a wordpress network (subdomains+MU Domain Mapping) on a Apache VPS/CPanel-WHM and i want to move to a Apache VPS/Kloxo how can I do that right? this is the steps for cpanel/whm ...
0
votes
0answers
13 views

Multisite redirect loop for a single www domain

I have been using WordPress multisite for several years without a problem. At some point in the last few days one of my many multisite domains is stuck in a redirection loop. The domain is ...
0
votes
2answers
21 views

Set static page as default front page on newly created sites in multisite

How to set a Static page (example Sample Page with every WordPress install) as default fron page for every newly created site on multisite network. I mean when a new user creates a site on my ...
0
votes
1answer
30 views

Multisite Network Localisation

The problem seems easy to solve - I have installed multisite network, each new page have Polish language set as default, polish localisation files are in right directory, in wp_config there is line: ...
0
votes
0answers
26 views

first load of the page gives 404 error

I'm having problem loading the page first time on my browser. For example if I load the page from a link it gives me 404 error but when I refresh the page It works perfectly. Any ideas on how to ...
0
votes
0answers
35 views

Planning on Multisite Before Creating A Network

On the page http://codex.wordpress.org/Before_You_Create_A_Network, this message I'm quoting seem to be implementing if the "types of multisite network" is path-based or web pages only. Can you also ...
1
vote
2answers
33 views

How do I add JavaScript that will execute on all my sites in Multisite?

We are creating an internal network of sites using MU and there are some small things we would like to have globally on all the sites without having to add them individually for each site. I would ...
1
vote
1answer
37 views

WP Multisite with Domain Mapping : Preventing User Access to Dashboard

I have a theme being used by a sub-folder multisite and a domain-mapped multi site. E.g. mywpsite.com/site1 mywpsite.com/site2 www.site2.com (leads to the above) I have this snippet of code in my ...
1
vote
1answer
32 views

Multi language site with same content

I want to make a site in 2 languages, but all the content will be absolutely the same (all posts will not be translated). The only difference will be in things like theme messages (like 'Search', 'The ...

1 2 3 4 5 22