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

learn more… | top users | synonyms (4)

0
votes
2answers
800 views

How to install plugins in individual sites on a wordpress network?

I'm trying to install plugins in my wordpress subsites instead of network activate that plugin. But i'm not seeing any "add new" link in my subsite plugin area. How to install plugins in my individual ...
7
votes
1answer
649 views

How will self-hosted WordPress work with Google Page Speed Service?

Google announced Page Speed Service, jumping on bandwagon of all-in-one site optimization and CDN. What are the potential issues, when configuring self-hosted WordPress for it? How will setting up ...
0
votes
2answers
257 views

Need to manually regsiter user, send the password and retreive their user ID

I'm writing a custom signup script for users to register with on my MU-setup. One problem I'm having is that wpmu_signup_user() sends the password activation email but it doesn't return the user ID ...
1
vote
2answers
544 views

global menus made from master site's custom menus wpmu network

I'm looking into a way to have global menus across my network of blogs. Basically I am using wordpress as a CMS - the purpose of the network is actually to ringfence content. The sub blogs will be ...
2
votes
2answers
201 views

Multisite with Different Domains

This question is similar to Multisite with entirely different domains? which was not answered. I am re-asking. I want to host multiple domains using WP multisite, which is installed and working ...
0
votes
1answer
449 views

How to get blog_id of an MU site when running a custom function on the parent site

Simple enough question, but one which is proving difficult to find a solution to. Quick preamble - the situation this is addressing is a MU network using sitewide tags plugin which pulls all ...
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 ...
2
votes
4answers
804 views

Overriding the default WP Multisite notification e-mail

Is it possible to hook in and override the default notification message for WP MS? I know the message being sent out is in /wp-admin/user-new.php if ( is_multisite() ) { function ...
1
vote
3answers
559 views

What is best forum script available to integrate with wordpress?

Ok i have a wordpress site network. I would like to setup a support forum for my site. But i don't want users to signup in different pages. I mean i want my users to use the same wordpress login ...
0
votes
2answers
579 views

Some users getting a 404 when previewing draft posts/pages

I have a WP network and have found that users with roles other than "super user" (admins, editors, authors, etc.) are getting a 404 when trying to preview draft posts/pages/custom post types. Any ...
0
votes
2answers
278 views

How to redirect root blog to a specific one in multilang WP?

After installation I've got a default root blog '/'. Then I've created a new one '/en'. I really don't want to use the default blog. How can I redirect all accesses from / to /en ?
0
votes
1answer
86 views

Migrating Multisite setup to a different domain

I have migrated my wordpress(with network sites enabled) to another domain, changed domain in wp-config.php and change the domain column for the only blog in wp_blogs table in db to the new domain. ...
1
vote
3answers
703 views

Search post in all blogs in WPMU?

Is there a coding doc or tutorial to create a SEARCH where it search post in all Blogs in WPMU that will place in WPMU primary site SEARCH?
0
votes
1answer
132 views

Trouble with SQL SELECT inside switch_to_blog()

I'm using switch_to_blog() and restore_current_blog() to perform some functions across a multi site install. One of the things I'm trying to do is select a very specific post using get_row(). My ...
1
vote
1answer
78 views

What would you recommend for hosting 10+ individual wordpress websites?

I have about 10+ individual Wordpress websites and another Wordpress MU website with about 24 users. I am looking for a good web hosting company / plan to host this. The numbers may grow in the next ...
0
votes
2answers
158 views

Multisite with entirely different domains?

Just trying the multisite feature for the first time. The primary hostname is blog.domain1.com. When trying to create multiple sites, it only allows me to create XXXXX.blog.domain1.com. But what I ...
0
votes
1answer
581 views

Single-user registration to access all sites in WordPress MultiSite Network

Ok This is what i'm trying to achieve. A site network where user can post their articles and get rewarded for each post. For example, Lets say i have a main site example.com. I created a network ...
1
vote
1answer
260 views

[Multisite] How to create a blogs category page with Blog-Types Plugin

I'm not a web developer so I don't know how to create an sql query to display information from my database. Here's what I wanted to do, I want to have a page that will display blog categories. When a ...
4
votes
2answers
3k views

DB connection error after copying a WordPress Multisite instance to a second location

Here's my setup. I have a Multisite instance running at http://example.com, and I want to do development and staging. Moving an existing Multisite instance of WP onto localhost is a nightmare, so I'm ...
0
votes
1answer
61 views

Please suggest me some plugins in WordPress networking

Hey guys i'm creating a site network using WordPress. Lets say my site name is blahblah.com and lets say i have 10 subdomains like site1.blahblah.com,site2.blahblah.com Now i want something like ...
1
vote
4answers
515 views

Duplicate settings of master blog to slave blogs in WP multi-site installation

Is there any smart way to set a site (blog) as a master, which settings are replicated to the rest of the sites in the network? There are plugins like this one: YD Network-wide WPML that attempt to ...
3
votes
1answer
2k views

How to make wp-signup.php a 1-step process [closed]

I'm developing a multisite for Real Estate agents. Wp-signup.php used the wrong page template from my theme (homepage instead of full width page template), so I took the meat and potatoes from ...
2
votes
2answers
356 views

How can I have network sites not use year/month folders by default?

When creating a new network site, by default the site option Uploads Use Yearmonth Folders is on (set to 1). I have to set it to 0 each time I create a new site. This isn't horrid, but is it possible ...
1
vote
2answers
273 views

How can I force users to a particular subdomain to log in for MU (Multisite)?

I have a Multi-Site installation of Wordpress, with multiple subdomains, but only one of the subdomains has an SSL certificate. The domains are such: www.example.com blog1.example.com ...
1
vote
1answer
428 views

Get current Blog ID in Tinymce Plugin Dialog Window in WPMU

is there any way, to get the current blog id in a Tinymce Dialog Window? Currently I only get the id, from the main blog. This is my current code: $wp_load = "wp-load.php"; ...
1
vote
0answers
243 views

How can we set up a solid test site with Network mode (sub-domains) enabled? [closed]

Update: I came by a reasonable alternative to the approach explained below, instead using a GIT repo and a WordPress Multisite plugin: Deploymint: a staging and deployment system for WordPress. ...
0
votes
2answers
253 views

Child Theme Based on Toolbox Not Found

I am trying to make a child theme of the toolbox theme and use it in my multisite WP 3.2 install. I created a folder called wp-content/themes/charlie-repair-toolkit/ then I created style.css in the ...
0
votes
1answer
1k views

Simplest way to query with blog_id?

What is the simplest way to query posts using blog_id? I have a post type called video that holds, not surprisingly, multiple embedded videos. Each post has a different video. I would like to ...
0
votes
2answers
77 views

Some questions about WPMU

I just activated wordpress multisite in my site. I have few questions. 1) WPMU and wordpress multisite both are same? 2) I created a network in my site. I created like site1.mydomain.com, ...
0
votes
2answers
51 views

Are there any hosting companies that are already setup and configured for TLD domain mapping?

Are there any hosting companies out there that cater to users who want to utilize TLD domain mapping and WordPress Multisite? Or will you have to go the route of building, configuring, and maintaing ...
1
vote
1answer
3k views

How to make WordPress use new Upload Path settings in Multisite Setup

I have a site that is setup for WordPress multisite. The main site works, but the subdomains are not functioning as I would like them to. Here are the settings for the main site: Upload Path: ...
0
votes
1answer
228 views

Insert post into subsite using code

I have a custom post type set up on a subsite in a multisite network which the code is in a plugin to activate it only for the subsite. I have some code that inserts a post using code but I belive it ...
1
vote
2answers
101 views

Different use for WordPress Multisite

Is there a way to use WordPress Multisite to collaborate all subsites into the main site? My thought is to have all the subsites to be departments of an organization and the main site be the front ...
2
votes
2answers
536 views

Where can I find documentation on what characters are allowed in user names and why?

I would love to be able to use spaces in usernames, but this does not seem possible. Is there a writeup in the codex or somewhere that explains what characters are allowed and why it was restricted to ...
1
vote
1answer
107 views

User Signup in Multisite - Need Plugin or Advice

I'm trying to make some modifications to a wordpress multisite and i could use some help from someone more experienced. I want to restrict the acces to my blogs unless the user has an account. In ...
2
votes
1answer
103 views

Global searchin multisite but only with one subsite

I have a multisite set up with currently 2 subsites. Is it possible to have a search box that searches the main site and just one subsite?
2
votes
2answers
658 views

wordpress htaccess is hijacking my .mp4 files

I am running wordpress 3.2rc2 multisite. I inserted a few .mp4 videos into the root of my domain so that I can run a few basic tests with the jw player. When I try to access the url to the .mp4 ...
0
votes
1answer
159 views

Global site feed plugin/function for custom post type?

Is there a well-coded plugin or function that will enable me to create a global feed for only one post type in a multisite setup?
0
votes
1answer
614 views

How to make category RSS feeds show full content

I'm trying to fix a friend's feed to show full content in the category feed instead of only a summary. He's already done the setting bit, but it still doesn't seem to work. Thoughts? EDIT: The feed ...
2
votes
3answers
237 views

Multi-site or categories?

I've recently been redesigning a site for a college radio, switching from Drupal to Wordpress from scratch. The site is based on the radio station, but each specialty show will also have its own blog. ...
1
vote
1answer
252 views

Transients API and multisite

we're using the Atlas HTML sitemap plugin, which caches the sitemap using the transients API with a call like: set_transient( 'dmac_html_sitemap', $output, 60*60*24*7 ); Now, we also have a ...
1
vote
1answer
783 views

How to enable a site administrator to edit users in a WordPress network/ multisite setup?

I have a few sites in a network. I don't want the site administrators to manage things like network plugins, but I would like them to be able to edit profiles of all network users, not use those on ...
9
votes
1answer
399 views

Is there a is_user_logged_in() for multisite?

Is there a is_user_logged_in() function for Wordpress MU / Multisite (3.0+) where I can add in the network site ID like is_user_logged_in(2) where 2 would be the site_id? Update: After a little ...
1
vote
1answer
152 views

Can somebody tell me how I am supposed to be using blogs.dir for network / MU sites?

I think blogs.dir is supposed to be used to separate content for the different blogs on a network install of Wordpress (MU or 3.0+ with networks enabled), however, I've not been able to find a clear ...
0
votes
1answer
202 views

Constructing a Pay to Download music website with wordpress

Hi i searched the complete archive of wordpress plugins but couldn't find the right plugin to enable Paid downloads. The website is just a Pay to download "Full Music" site. Visitor is provided with ...
0
votes
2answers
97 views

Disable Outbound Web Requests

I've setup wordpress on AWS. I want to reduce as much network traffic as possible. What services/jobs do I need to disable in Wordpress?
2
votes
2answers
152 views

How can I get a list of plugins and which blogs are using them?

I'm about to upgrade my Wordpress MU installation to wordpress 3 Before I update, I want to find out which blogs use which plugins. I don't see a way to do that in the UI, is there? What about a ...
3
votes
1answer
297 views

4 single sites VS multisite wordpress

We're currently running a multisite wordpress install for 4 sites. Running into problems with pretty much every plugin ever made (mostly issues with user account creation etc), I'd really like to ...
1
vote
1answer
155 views

Portfolio + Blog: multisite or plugin?

I need to display both a portfolio and a blog on a website, and as a relative newcomer to WordPress, I was wondering what the most effective way is to do this: install a plugin, or create a multisite? ...
0
votes
1answer
84 views

Multisite questions

I've got several questions regarding WP multisite, hoping someone who's used it extensively can help: Is it possible to manage several WP sites over several different domains? How can plugins be ...

1 13 14 15 16 17 20