Running multiple sites with one installation and one central management. Also known as network.
2
votes
1answer
183 views
Create unique robots.txt for every site on multisite-installation
Does anyone know how I can have a unique robots.txt file for every domain served by my wp-multisite-installation? I did a search on plugins but couldn't find anything suitable.
2
votes
1answer
592 views
Auto create pages on WordPress multi site register
I'm creating a multi site and would like to have:
A few pages that are automatically created with the new site (at the moment only the default home and sample page are created with a new site, ...
2
votes
2answers
158 views
Odd Script File Trying to be Loaded
This is an odd query I have and wondered if anybody can shed some light on it?
We have a number WordPress multi-site (formally Mu) install, but on nearly all the sites on multiple installs we are ...
2
votes
1answer
218 views
Where should I store global data for my multi-site WordPress plugin?
I wrote a plugin for WordPress which has a few user-configurable settings that are stored using WordPress's suggested method. I know they are saved in the wp_options table, but that is abstracted by ...
2
votes
2answers
212 views
Add new column to sites page
I'm trying to get info into my network sites page in a column. Below works great to grab the network site ID for each site.
How can I make it display the option_value for the item (blog_expire) in ...
2
votes
1answer
264 views
How to create Sub Sub domain Multi User blogs?
Hi to all I would like to create a big Wordpress network with this structure:
sitename.com (Main website)
cat1.sitename.com (sub website)
cat11.cat1.sitename.com (sub-sub website)
...
2
votes
1answer
187 views
Hard Code Pages into a Theme for a Network (multisite) Installation
I'm creating a multisite network and I am looking for a way to have it so new blogs that are created have a couple of standard pages set up automatically.
The purpose of these pages will be to ...
2
votes
2answers
696 views
Removing /blog/ from multisites cause infinite redirection
I have a wp installed with multisite enabled and working with subdirectories. I noticed that in the main blog (the one that exists by default on the root), the posts links had a "/blog" in the url ...
2
votes
1answer
110 views
WordPress Multisite Network installation and dev questions
Please go easy on me. I'm a clutzy dinosaur. I currently have a large, unwieldy website hand-coded in html/css with php includes. It currently has a single WP installation in a subdirectory. The plan ...
2
votes
1answer
853 views
Getting a blog language (site “lang_id” field vs the WPLANG setting)
There's a wp_blogs table which is very usefull when you want to get a list of blogs (and this is what I need to do).
The problem is that I can't seem to be able to get the blog language from the ...
2
votes
2answers
153 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 ...
2
votes
2answers
3k views
How to get a post content from another wordpress blog/site?
I have a situation where i need to display posts from a specific category from another wordpress site into my wordpress site.
Both are my sites and i thought of creating a page specially for this in ...
2
votes
1answer
135 views
Excluding a page with a certain name from wp_page_menu
A client of mine has a WP multisite network of sites which all use the same template. This template uses wp_page_menu. I just added a mobile version of the template by using a certain plugin. It will ...
2
votes
1answer
516 views
Max number of multisites
Does anyone know of any max number of WP multisites or performance issues with having many?
Thanks!
2
votes
1answer
348 views
Split a database will improve performance?
Hi to all I'm running a Wordpress MS installation and I would like to move a couple of heavy "sub" blogs on a different DB, will it encrease my performances? Actually I'm on a dedicated server with ...
2
votes
2answers
322 views
Get Permalink of Network Blog Post
I am trying to write a function that will allow me to specify a post ID and a blog ID, and then have it return the permalink and title of the blog post.
I need this to be efficient because the ...
2
votes
1answer
2k views
Why are images not displaying?
Server: IIS 6
WordPress version 3.1.1
Multisite using SubFolders
I'm able to upload images to the server, but thumbnails and full size images do not display. If I try to edit the image, the preview ...
2
votes
1answer
373 views
Multisite wide post type?
Is it possible to have a multisite wide post type without duplicating the posts? That is a post type that is the same no matter what blog you are on?
Theoretical example: StackExchange has many ...
2
votes
1answer
98 views
Has anyone seen a 'visual anatomy' type graphic of the Buddypress plugin?
As someone learning Wordpress for the purpose of customizing a Buddypress installation, I'm looking for a graphic representation of how Buddypress works and augments a standard Wordpress Multi-User ...
2
votes
2answers
607 views
Replacing the default content created while the site creation
How do you replace the default title for first comment?
Mr WordPress on Hello world!
I could not able to locate this in theme's comments.php file
I want to edit the title 'Mr wordpress on Hello ...
2
votes
1answer
83 views
How to test for MU via functions.php?
What is the call to determine, from a theme's functions.php whether the site is an MU site or not?
Updated with answer:
$dir =
is_multisite() ? ...
2
votes
2answers
219 views
How to make sexy bookmarks plugin work in WPMU
We have Wordpress 3.0 working as multi site, and we want all the blogs in the system to have the plugin "sexy bookmarks". But it seems to be working only in the main blog.
Does anyone know how to make ...
2
votes
1answer
666 views
convert from single site to multisite (network) with existing subdomains
We currently use wordpress to manage our website under our main domain.
We also have a few subdomain under which different applications run.
www.example.com // our main website, running wordpress
...
2
votes
2answers
321 views
How to configure DNS If I use the plugin yet-another-multi-site-manager?
I just configured yet-another-multi-site-manager and I can able to use internal sub-domains like 1.domain.com and 2.domain.com as alternate domains .I can able to create sub-sites on those domains ...
2
votes
1answer
83 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 ...
2
votes
1answer
181 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 ...
2
votes
1answer
48 views
Perform action on WPMU blog deletion
Hi guys :) I know there is the wpmu_new_blog action hook which enables us to perform an action when a new WPMU blog is created. Is there something similar to this which enables us to perform an action ...
2
votes
1answer
193 views
Querying post from a multisite network
I am working on a multisite blog network where I have to display recent post on my home page, 10 post per page navigation.
I did implement it using wpdb object with one complex sql statement.
I got ...
2
votes
1answer
186 views
WordPress (+WPMU) Import/Export ALL settings?
As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
2
votes
1answer
114 views
Wordpress language switcher
Is there an easy way I can switch between languages (perhaps with some flag icons) on a single Wordpress site? Can this be done with 2 content editors on the same page, or will I have to resort to a ...
2
votes
1answer
185 views
Add Wordpress MU Network Admin via Database
I am working on getting a copy of a WordPress MU network up and running on my local machine for development purposes (using WordPress 3.2.1 at the moment). I need access to the network administration ...
2
votes
1answer
107 views
Inherit plugin settings to new site in Multisite
I use the Breadcrumb NavXT plugin for a WP Multisite. I activated the plugin for all sites so I can use it throughout my network.
My problem is that every time I add a new site I have to change the ...
2
votes
1answer
80 views
Importing Multiple DB to one MU database
I have three databases associated with three different WP sites. I set up one MU site, with one database. How should I import each of the three databases?
2
votes
1answer
291 views
Multisite custom post type's single page 404
I have two sites in my multisite setup - domain.tld (site A) and domain.tld/lifestyle (site B). This is my first multisite attempt.
I've made a widget that creates a custom post type "latest-news" ...
2
votes
1answer
132 views
Should multi-language site using multi-site architecture have default language in base site?
I am setting up a multi-language site using wordpress multi-site and wanted some feedback on the best approach/best practice.
I will have the following languages: en, sa, de, ru.
en is default.
...
2
votes
2answers
979 views
How to Rename wp-login.php for Multisite?
I want to hide and rename wp-login.php in my URL for branding purposes on a Multisite set up.
From this forum post I see that I can change mysite.com/wp-login.php to mysite.com/login by inserting a ...
2
votes
1answer
146 views
Multisite, either change the name of sample-page or create new page
Is there a way to either change the name of the default Sample Page or create a new page entirely everytime a user creates a new blog on WP multisite?
2
votes
2answers
507 views
WP Multisite Static Frontpage
I created a multisite and my question is as followed:
Im trying to display a default static page for each new site.
So when they create a new site, they automatically get a default page I made. This ...
2
votes
2answers
335 views
Multisite Backup Plugin [closed]
Hi
Is it possible to backup each blog separately from a multisite installation?
Can I do it with: http://wordpress.org/extend/plugins/backwpup/ ?
2
votes
1answer
313 views
How to synchronize user profile fields in multisite?
I'm using wordpress multisite. I installed Multisite user management plugin.
If a user register in my main sites then that user automatically added in all my sites.
My problem it doesn't copy the ...
2
votes
3answers
2k views
Wordpress multisite,one theme,and different languages?
I'm not sure is this possible,for example I have english,french and italian blog,they all use same theme,I just want when visitor is on french site for example to display date,(some strings like ...
2
votes
1answer
226 views
Plugin Uninstall and Deactivate via Options Menu
I'm creating my first plugin (modifying an existing one for what I need) and although it's working fine i am trying to create a simple options menu to allow either deactivation of the plugin, or ...
2
votes
1answer
182 views
how to activate plugin network-wide, and save setting across sites
I am developing a plugin, which will be used on single site, as well as multi-site.
How to make plugin active network-wide, code required.
Also, how to save settings network-wide?
2
votes
1answer
70 views
Automatically adding post and pages to new blog setups
I'm using the ThreeWP Broadcast plugin to add and control post and pages from the main blog to all my sub-blogs in the network. Is there anyway i can automatically add all of my post and pages from my ...
2
votes
2answers
201 views
Sitewide page on all the blogs in the network
I have WordPress multisite installed. And i need to make it so that a page called (Company Ideas) on the main blog is added to new blogs created on the network.
So once someone registers a new blog. ...
2
votes
1answer
106 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
683 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 ...
2
votes
3answers
240 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. ...
2
votes
2answers
1k views
WordPress upgrade now receiving Error 101 (net::ERR_CONNECTION_RESET): Unknown error
We have just updated to WordPress 3.1.3 by following the WP manual install tutorial. Note: This is a Network-enabled (multi-site) install. After uploading the new files, we now get the following error ...
2
votes
3answers
729 views
On WP Multi sites how many sites…!
He I'm Hieu, I work as IT Engineer in An Thanh company Vietnam.
We have 5 hosts (Shared host: Godaddy) with more that 60 sites each.
On the moment all of this main sites (5) go down regularly with ...
