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

learn more… | top users | synonyms (4)

1
vote
1answer
72 views

How can I make some themes usable only by admins?

I want to restrict certain themes so they can only be usable by the an admin. If I network a theme then everyone has access to it. How can I do this?
0
votes
2answers
255 views

After enable multisite enviroment in wordpress site creation wizard not working

After enable multisite environment in wordpress site creation wizard not working. If I am installing Site Creation Wizard (Wordpress Plugin) without enable multisite there seems option "Create new ...
3
votes
1answer
2k views

How to get blog name, when using Wordpress Multisite

I have a wordpress multisite installtion with 5 sites within, the multisite is called Lifestyle Homes Cars Architecture Holidays Communities I am trying to get the blog name, for each blog when ...
1
vote
2answers
709 views

How to do Domain Mapping to Subdirectories?

Does Wordpress MU not allow domain mapping to subdirectories, such as example.com/blog? Wordpress.com doesn't allow this. I couldn't find an option to do this in WordPress MU Domain Mapping plugin. ...
0
votes
1answer
703 views

Images don't show up

I've just set up a new multisite installation. Everything works as I'd except that images don't show up on any of the sub-sites. Any idea why the images don't show up? I'm running Wordpress 3.1.1 on ...
2
votes
1answer
346 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 ...
1
vote
1answer
384 views

Staging setup for multisite installation

I'd like to setup a staging instance of my multisite network and I'm not sure how best to do it. I'm will be using version control to deploy to staging and production environments and I'd like the ...
4
votes
1answer
174 views

Multisite - sub-subfolders for certain blogs

Consolidating several blogs into a single multisite instance - we have 2 sets of blogs - active and archived. What's the best way of adding /archive/ to the URLs of the archived blogs? So, as an ...
0
votes
1answer
147 views

How do I create a multi site network?

I'm wondering how to do make a multi-site network with wordpress. The best example I have is the cheezburger network.
2
votes
2answers
296 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 ...
0
votes
2answers
179 views

muliple wordpress multisite installs on the same sever

I want a separate production and test/dev instance. Is it possible to have two installs of wordpress multi on the same server, using different databases or do I need 2 servers, one for test and one ...
2
votes
3answers
1k views

Preview posts returns 404

It's a large Wordpress multisite installation, using subfolders for the individual blogs, not domains. We are running version 3.1, and preview posts doesn't work. When I press preview I get the ...
1
vote
1answer
320 views

Plugin to list active plugins across networked sites

I guess the title of this question is not clear. I'm asking for a plugin, which only superadmins can use, that shows which (or, at least, how many) blogs use each plugin installed on the network. ...
1
vote
2answers
347 views

Grandchild themes and optimal network architecture

I'm trying to create a versatile Wordpress network . In order to speed up development, I imagine I'll need to channel projects to different themes at an early stage. At the core of my network ...
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 ...
0
votes
1answer
618 views

wordpress multisite… collect all posts on main blog - exclude category?

hey guys, I'm using the sitewide tags Multisite plugin on my wordpress setup. I'm collecting all blogposts of multiple subblogs on my mainblog. Any idea how I could manage to exclude a certain ...
5
votes
3answers
156 views

What methods should be used to fend off splogs in a multiuser install?

We're running 3.1.1 multi-user with the latest BuddyPress plugin, but we're having all sorts of issues with splog signups. So far, we've started using Anti-Splog, Bad Behavior, ReCaptcha on the ...
3
votes
2answers
368 views

How to Check If A Plugin Is Enabled Through API?

How to find out if a particular plugin is enabled in a sub-blog in a multisite blog?
0
votes
2answers
1k views

Multisite non-www domain redirects to sign-up

I have Multisite enabled and can only view my site with the "www". When I try without the "www" it sends me to the sign-up page and says 'Registration has been disabled.' www.domain.com/portfolio ...
5
votes
1answer
500 views

Programmatically create blogs with dummy content on a WPMU site

I'm trying to set up a WPMU test environment with 5-6K blogs, lots of posts comments, users etc. Browsing trough the WP's functions, I picked up wp_insert_post, wp_insert_comment, ...
0
votes
1answer
2k views

All subdomains redirecting to mainsite/wp-signup.php after multisite install

Need some help here. Have a WordPress 3.1 install at webtest.mysite.com and want multiple sub-domains at 1.webtest.mysite.com, 2.webtest.mysite.com, etc. After following all the instructions to the ...
0
votes
1answer
152 views

Create new network instance, import old single installs AND keep the urls?

I've two wordpress installs at example.com/blog example.com/otherblog What I want to do is install WP at the root, and have a network, but maintain the URLs. I'm confident I can install WP, and ...
0
votes
3answers
96 views

Eliminate MultiSite Network Splogs

Are there any plugins that can delete splogs from a MultiSite Network? I have been looking for quite a while but can not find any plugins that can delete splogs from a MultiSite Network. Although I ...
-1
votes
1answer
305 views

WordPress MultiSite Link Cloaking/Redirect Solution?

Is there a method I can use to set and cloak an affiliate link once in WPMS and then all MS blogs will work using that relative link? ie: allWPMSurls.com*/out/productname* I have several affiliate ...
0
votes
2answers
357 views

How can I append blog_id to … echo [functions-defined-constant]?

I use 'constants' a lot. I set them in functions.php like define('mytheme_town', 'Orlando'); and then call them into the theme <?php echo mytheme_town ; ?>. It's simple and easy. But I need ...
0
votes
1answer
147 views

How to do multi site setup

A client wants to set up a multi site with tabs looking like this: | Home | About | Broker | Resources On the main site (meaning www.site.com), the links will be www.site.com/home, ...
1
vote
1answer
207 views

Will WP work on a multi-server environment? [duplicate]

Possible Duplicate: Load Balanced WP with single server admin access I am planning to install wordpress in a multi-server environment. 2 load balancers/front end servers with a database ...
1
vote
1answer
427 views

How to show last post of each website of a MU wordpress in HomePage

actually I'm running a wordpress MU website and each website has its own "life" but now I would like to show last X posts of each blog of my network on the homepage. I know how to do it using Feeds ...
1
vote
1answer
196 views

in network setup super admin has the tinyMCE buttons and the regular admin has not

in mine network setup, the super admin has the ability to see the tinyMCE editing buttons in the option page, but when i switch to a regular adimin, i can see only the HTML editing buttons (the "rich ...
1
vote
1answer
293 views

Multi-site: removing /blog from posts

I'm deploying a multi-site network, using subfolders. I've found on the main site the permalinks for news posts can only be placed like so: /blog/%year%/%monthnum%/%postname%/ I understand that ...
10
votes
2answers
497 views

Setting up a wordpress network with third level domains

I've been looking into setting up a WordPress network install. Everything has been going pretty smoothly until I get to the point where my desired domain layout doesn't fit well. I would like to ...
1
vote
1answer
205 views

How to remove Broken Link Checker widget from admin menu

I'm trying to clean up the Admin Dashboard widgets so that only the administrator level users can see the various meta boxes, but no matter what i've tried the Broken Link Checker widget will not go ...
1
vote
1answer
570 views

Change multi-site installation from sub-domains to sub-directories

I've searched everywhere but I don't seem to find a solution for this. I have a WP installation that is using sub-domains and doesn't have yet any other sites besides the main site. What I want to ...
7
votes
4answers
4k views

WordPress Multisite - global categories

Setting up a WP multisite instance - the client has an existing ontology / set of categories that they want to classify all content across the set of blogs. Also the desire is that any new categories ...
1
vote
3answers
492 views

How to allow <video> html5 tag in Wordpress

Currently I am running a Wordpress MU blog using the Unfiltered MU plugin. However, when I try to insert an HTML5 tag, it gets stripped away. I believe it may be the WYSIWYG editor cleaning the ...
1
vote
1answer
748 views

Alias domain to Multi-site installation in Apache

This is regarding to set an Alias domain to Multi-site installation. We want to create a short domain as alias to my main website(Multi-Site enabled).I have tried it using a most common options ...
1
vote
2answers
2k views

Help - Why my roles are not showing? Multi-site/Network

My network is showing roles in some sites and not in others. For some reason that I can't explain, when I add a new user, I have no role to choose from on the drop down box of a sub-site in my ...
2
votes
1answer
550 views

How can I have multiple URLs pointing to single WordPress installation?

Here's my scenario: I have three specific jobs sites: LAMPJobsLA.com, MobileJobsLA.com, SocialMediaJobsLA.com I'd like to run them under on "master site": TechJobsLA.com but keep the URLs intact ...
0
votes
1answer
877 views

Multisite subdomain-site redirects to primary site

So, here's the deal. I got one WP Multisite installed with 1 subsite. Im running the whole thing in subdomain "mode". I did the whole DNS-pointer (A *.domain.se) to the correct IP. Now the problem, ...
1
vote
4answers
897 views

WordPress multisite installation broke menu links

I am using the Thesis theme with my WordPress multisite installation. I also changed the permalink settings from the Super Admin settings to remove /blog/ from the path. But now my menu links are ...
2
votes
2answers
777 views

Has anyone experience w/ WordPress (MultiSite) hidden users (possibly hacked)?

I have 2 WordPress MultiSite installs (on different accounts, but under the same HostGator reseller a/c) and both seem to have been compromised. I say "compromised" because the user_logins have been ...
5
votes
5answers
506 views

What's the Best Way to Structure a Multi-Content Blog?

A Little Background I've been running a blog for 4 years that discusses just about anything I feel like writing. My car, backpacking trips, my church, marketing strategy, WordPress code, movies I ...
1
vote
1answer
404 views

WordPress Multisite domain mapping with different IPs

Hey there, I have 5 different sites with 5 different IP's on cyberwurx shared account. How can I install wordpress multisite and use the domain mapping plugin and also keep my sites on different IP's? ...
1
vote
1answer
708 views

Uploaded images not displaying in network site

I have a network of sites and have recently added another site. When I upload an image it uploads to the correct directory but is showing a broken image link when viewed within the library or on the ...
1
vote
3answers
178 views

Create a network of sites

I understand that WP3 integrated MU-WP inside the core, so now is "pretty easy" create a network of sites. However, I have some questions about this, because at my work we want to create a network, ...
1
vote
1answer
346 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 ...
1
vote
2answers
510 views

Creating a Post form outside of the Admin

I am merging Wordpress into a existing system and require our users to be able to make posts to a multi-site WP install. I have a database table that will link our own member to specific blog IDs and ...
1
vote
6answers
215 views

What is the best practice to get a site from local to online?

I develop my sites on a local xamp setup. When I´m done I need to get the site to my customer´s domain. Can I use vault press or backupbuddy for this, or is there a better process ?
1
vote
2answers
161 views

Is there a way to separate a site inside a network (multisite) into its own wp site?

If there is a network (multisite installation) with 10 sites inside. Is there a clean way to separate that site to its own site in a different server? How?
1
vote
2answers
214 views

Posts wont expire

I am having some trouble with scheduling posts to automatically expire (either by deleting or going to draft), every plugin I have tried does nothing and when it reaches the scheduled time nothing ...

1 16 17 18 19 20