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

learn more… | top users | synonyms (4)

2
votes
1answer
137 views

Setting up a multilingual wordpress site

I am trying to set up a multilingual site using wordpress. I went through Each language in its own WordPress installation and decided to use this option: Plugins like Multisite Language Switcher ...
1
vote
1answer
148 views

Wordpress Multisite Sites show in Dropdown but not in Sites menu

So, I've been having some issues getting a Wordpress Multisite network going. I think I'm finally on the right track, having made changes to the primary database for all the different sites according ...
0
votes
1answer
12 views

Customizing Deleted/Archived blogs warning pages

When we try to access a Deleted or Archived site in Multisite, WordPress shows a wp_die() message. And this message appears for Deleted sites: This user has elected to delete their account and ...
1
vote
1answer
76 views

How to disable Multisite sign-up page?

If we try to access a non-existant Multisite site, e.g., http://site1.example.com or http://example.com/site1/, we are redirected to http://example.com/wp-signup.php?new=site1. How to block this and ...
0
votes
0answers
6 views

Multiple User Accounts with 1 email address on Multisite

I recently found the following post dealing with overriding the error messages when trying to create another account on a multisite blog, when that email address already exists in the network. My ...
-1
votes
0answers
15 views

WordPress MultiSite Network Menus have disappeared?

I've had this WPMS install has been running for years. And I always keep it updated. Today, for some reason, the Network Menu options have disappeared. I can still manually navigate to all the Network ...
2
votes
2answers
190 views

Override database config for WordPress multisite

Our team has run in to a problem working with WordPress 3 multisite. We usually work with a local copy of the site (localhost/testsite) but with the same database to keep all changes up to date. This ...
0
votes
1answer
16 views

Redirecting to page not found mulitiste

when you make a new site from the network admin panel, and then go to the site dashboard it comes up with a "page not found" message. I am working in localhost/mulitsite/ is the redirect url is ...
0
votes
1answer
24 views

Page Template Dropdown - Missing In WordPress MultiSite

I am using WordPress Multi-Site and on the page edit screen I am completely missing the Page Template drop down. I have tried looking in Page Options and it's missing from there as well. If I enable ...
1
vote
0answers
14 views

Navigation menu not being assigned Theme Location

I am setting my navigation menu up using the following snippet in my functions.php. add_action( 'init', 'add_menus' ); function add_menus() { register_nav_menus( ...
0
votes
1answer
30 views

Development (multi)site indexed - recommendations to redirect 301 to correct url?

Have just finished working on a dev site and the live site has been launched (on a different server/url) - unfortunately, Google bots were very efficient and have inadvertently indexed the dev site ...
0
votes
0answers
17 views

Redirect registration=disabled page

I need users who land on this page... http://subdomain.example.com/temp/wp-login.php?registration=disabled To be redirected to http://subdomain.example.com/temp/register I am using multi-site so I ...
1
vote
1answer
163 views

Plugin menu addition in multisite

$wp_admin_bar->add_menu( array( 'parent' => $menu_id, 'id' => $menu_id . '-example', 'title' => __( 'Example Menu Item', 'example' ), ...
-1
votes
0answers
18 views

How to use multiple domain Woocomerce store with domain based filters

Maybe the title is not very helpful, so this is what we try to get: Use Woocommerce (or another e-commerce plugin) to get a central repository of products. Use the same wordpress installation across ...
9
votes
2answers
204 views

Specific upload folder for PDFs in custom Post type in WP multisite

I need to filter uploads to a specific folder for a custom-post type called "document" only for PDFs. So far, I have: function custom_upload_directory( $args ) { $base_directory = ...
2
votes
1answer
63 views

How to order by blog ID in this multisite 'List Blogs' custom function

I found this really cool function to list all the blogs on a multisite network install. Because the original multisite list blogs function was depreciated :/ So I am using this function below ...
0
votes
2answers
307 views

Will these plugins work with wp multisite?

I just created my first network of sites with wordpress and I was installing plugins, I installed these: Platinium SEO Pack (http://techblissonline.com/platinum-seo-pack/) TubePress ...
4
votes
2answers
2k views

How do I create a custom role capability?

I wish to create a custom capability for accessing the interface of my plugin. Should the plugin manage adding this capability to all the administrator accounts on activation? If so: Does WordPress ...
0
votes
2answers
32 views

get_last_updated() not working - multisite loop

I am struggling to get the get_last_updated() function to work on main blog. I have a network site with about about 9 blogs on it. I am simply trying to loop all my blogs and find do some querying ...
3
votes
3answers
79 views

Multisite Independent User Base

I run a multisite blog farms with all blogs having a consistent functionalities (theme and plugins and some basic content), but independent from each other in terms of user database. I would like to ...
11
votes
3answers
1k views

Multisite: How to add Custom Blog Options to new blog setup form?

Seems like a simple enough requirement, but I'm struggling: I want to add an option field to the "Add New Site" -- a simple text option is fine. How do I do this?? I need to save this custom blog ...
0
votes
0answers
41 views

Can I set up Wordpress Multisite where one of the subdomains has ssl?

I would like to install wordpress multisite on a live server and have one of the sub-domains be https. The main site is not https and neither are the other sub-domains. Is that possible? Thanks!
2
votes
0answers
32 views

Customize multisite site creation with user data

No, I've never made a plugin. But I would like to, or find someone who can work with me on it. What I'm hoping to accomplish is setup presets on site creation. I need my multisite to do this: When ...
0
votes
0answers
22 views

How to populate a Wordpress install with a lot of categories, quickly?

I'm looking at starting a new project, but I've not done anything like this before. I'm hoping someone with more experience will be able to offer me advice on this one. The site revolves around ...
0
votes
1answer
16 views

Multisite domain mapping breaks CSS

I have set up a multisite (sub directories) and all my plugins/CSS was working fine. Then I added domain mapping and managed to point a domain example.com to a site ID 4. All still working fine. ...
0
votes
0answers
36 views

Host does not allow remote connection, so how do I transfer data to my WordPress site?

I spent the last week trying to get my PHP code on my website to connect to my remote "personal" computer to display some data on a webpage. I just found out today from my web host (ipage) "our ...
0
votes
1answer
195 views

Auto creation of multisite blog on user registration

I'm looking for a way to have users register on a multisite setup and have a blog automatically created for them... no, not the way the standard ms registration system handles it. I want to get rid of ...
0
votes
0answers
176 views

Share DB tables between two blogs on the same WP Multisite installation

Is it possible for two separate blogs running on the same multisite installation to share tables in the database? By default, Wordpress adds the blog ID to the table prefix for all of the associated ...
0
votes
2answers
234 views

Getting recent posts from all blogs on mother blog - multisite

I want to get the recent comments on all posts in a multisite network, and I want to display these ceomments in a sidebar on the multisites "mother" blog. To complicate: All blogs are forced to post ...
1
vote
0answers
30 views

Moving wp-admin folder to a different host in a multisite environment

Current Multisite setup: first site: www.site1.com second site: subdomain.site1.com admin: www.site1.com/wp-admin/ I m looking to move wp-admin to a different host, which is accessed via a domain ...
0
votes
0answers
24 views

Multi-site Bug: Posts, template cross over among sites

I have a multi-site blog network with 9 websites. My problem is that sometimes the site template and posts tend to cross over. I can recreate the issue when I have these sites opened up in multiple ...
0
votes
2answers
111 views

How to Display BuddyPress Profile Field Data In Multisite Blogs

I'm trying to display a BuddyPress xprofile field on a WordPress multsite blog. I thought this might do the trick but displayed_user doesn't seem to work outside of BP? Is there an easy way to do ...
0
votes
0answers
41 views

Trying to post information from a remote database to wordpress page

I'm fairly new to Wordpress and looking for some help. Goal: I would like to stream data from my personal computer's Mysql database and display it on a webpage in my offsite Wordpress hosted site. ...
0
votes
1answer
331 views

Share plugins, themes, and multi post in a multidomain network

I have created a network consisting of 3 sites (site1.com, site2.com, site3.com). Everything works fine, and I can access all three sites fine. What I need is to be able to share themes, plugins and ...
0
votes
0answers
20 views

Moving current main site of Multisite to sub site with SEO

I have a WordPress Multisite (www.example.com) which is currently the main site is containing more than 500 posts and got some traffic for daily SEO. Now I need to: Move my current posts (for all) ...
0
votes
1answer
37 views

Adding “meta” info to WP site PHP function?

I'm asking for some grace on this question - I lack sufficient knowledge of both WP and PHP to be more specific ... so here goes: I'd like to associate some "meta" information about my website into ...
0
votes
2answers
196 views

How to add super admin to all sites

Is there a way to add super admins to ALL sites without having to add them to each site individually? My group of super admins needs access to all sites.
0
votes
0answers
20 views

User mangement in wordpress multisite

I wish to create a network of wordpress multisite with multiple sub-domain or domains. But I don't want users to share session across the sites on the network. To be more specific : - Currently if ...
0
votes
1answer
53 views

Infamous admin login redirect

I have a multisite installed with the domain mapping plugin. All the domains work fine, except... One of the sites is on a subdirectory (the main site running Magento). I added a symlink to the ...
0
votes
2answers
62 views

How do I show posts from another wordpress installation?

I have looked around and I cannot seem to find an answer to this question. There are similar questions/answers but none I have seen managed to answer this question, so I am sorry in advanced if I have ...
1
vote
1answer
362 views

Multisite setup on IIS with subdomains

I have Wordpress 3.4.2 set up on a Windows 2008 R2 server with IIS 7.5. I enabled multisite using subdomains and set up one additional site, call it child.example.com. I can browse to the main site at ...
-5
votes
0answers
28 views
6
votes
1answer
132 views

Listing of all uploaded files in network sites

Can I list all files uploaded by users in Network sites? In Multisite each user can manage their files with their own blog but the Super admin can't monitor all the uploaded files...how can i do that? ...
3
votes
1answer
152 views

Category page doesn't use category.php, instead it redirects to homepage

I am currently modifying a theme. This theme doesn't had a category.php I needed a custom category page. So, I made one. It works on my local server, but when I uploaded it to a real server, this page ...
1
vote
2answers
154 views

Custom port problem with local MU installation

Situation I've just setup a new installation of WordPress (running on XAMPP/Win7). As I had a port conflict on :80/:443, I switched to :187/4430. Error When I'm now trying to access ...
1
vote
1answer
220 views

How to manage multiple domain with different languages on each domain with single wordpress installation?

I need to manage multiple domain with different content on each domain. For each domain I need to manage content in different languages. I found we can use WordPress MU Domain Mapping to manage ...
1
vote
6answers
412 views

Can I manage more wordpress sites with one wordpress administrator page?

I would like to find a solution, where I can administer multiple wordpress sites (50 plus) using one wordpress admin interface or other tool. I would like to manage plugins and content on these sites. ...
1
vote
1answer
264 views

Stop wordpress from sending out moderation emails

This question was originally posted at stackoverflow: http://stackoverflow.com/questions/11435952/stop-wordpress-from-sending-out-moderation-emails but after a tip from @MaxGherkins I'm posting a ...
0
votes
1answer
24 views

Using common slider in all sites

I have created one main site and 100 multi-sites. But, I am facing one issue. I want to use a common slider for all sites, meaning that I can control and edit from main site. How to update something ...
1
vote
1answer
44 views

Default content for a new site in multi site

I'm building a network with multi-site. When create a new site, I want some data for site: category, tag, post, active plugin... also create as default data. Who can show me how to do? Write a ...

1 2 3 4 5 20