Questions tagged [wpmu]

WPMU and WPMU DEV began with a concentration on a type of WordPress site called “WordPress Multi-User” (hence WPMU). WordPress Multi-User allowed you to build and run a network of sites from one WordPress installation.

WordPress Multi-User is now called WordPress Multisite. And we here at WPMU.org have moved on too. No longer do we focus solely on Multisite installations (though we still do that). We now focus on all types of WordPress sites – from the single installation on a shared hosting account to the million-site network spread over several different dedicated servers.

Source

89 questions
0
votes
1 answer

PHP 5.5 rename() modifes files and removes permissions - why?

I'm using the WP Smushit Pro plugin created by WPMU DEV. Their support won't go this far so I'm reaching out. I'm pretty sure it's my server that has the issue anyway. When an Image is Smushed, the PHP function rename() runs and overwrites the…
Damien Wilson
  • 315
  • 3
  • 9
0
votes
1 answer

Wordpress Multisite creating a page in a subdomain site redirects to the main site

Everytime I am creating a new page on my subdomain site, then I view the page, I am redirected to the page of my main site and the subdomain url is appened in my main site url. So example. My main site is http://example.com and my subdomain site is…
PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126
0
votes
1 answer

Wordpress Hook after blog activation

I am new to WordPress, Is there a hook that will trigger during a blog activation. I am working on a multisite, then I noticed that after the user registers, they have to activate their blog by clicking a link that was sent to their email. I want to…
PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126
0
votes
0 answers

How to Limit Total Publishable Posts?

Thanks for your attention. I would like to limit the number of posts possible at any given time on one of my blogs in WordPress Multisite. Conceptually I'd just like to get an idea of how this is done, what the proper hook would be, and maybe some…
Puck
  • 217
  • 1
  • 3
  • 11
0
votes
0 answers

How to Require Custom Fields on Post From Another Plugin

Thanks for your time. Getting into black magic between plugins here and I don't have too much knowledge on the right WordPressy way to go about this, so: Let's say I have an arbitrary plugin that adds 3 custom fields to every Post, but it doesn't…
Puck
  • 217
  • 1
  • 3
  • 11
0
votes
1 answer

301 redirects for wordpress multisite subdomains

I am having an issue that is very similar to the one described here, which was never resolved. I have a WordPress Multisite install with subdomains and I'm trying to get the old URLs to redirect to the new ones. Basically, I'm using RewriteCond…
isabisa
  • 649
  • 2
  • 10
  • 23
0
votes
1 answer

WPMU moved, only featured images have bad path

I recently moved a multi site wordpress installation to another development server. I did this by exporting the DB to SQL, importing it on the new server, changing the wp-config DB login data and DOMAIN_CURRENT_SITE to localhost and running the…
Ondrej
  • 1,610
  • 3
  • 19
  • 34
0
votes
3 answers

How to check whether your work on WP or WPMU?

I use global variable $table_prefix to differ whether I work on Word Press or WPMU. I need this global variable for my plugin. But is there any better way to check whether your pluggin is working on Word Press or WPMU?
justjoe
  • 5,454
  • 9
  • 44
  • 64
0
votes
1 answer

Wordpress disable network (wpmu to single install)

I am trying to take my multi-site wp install and disable the network so it is only the single install on the primary site. I migrated our old buddypress forums to bbpress (successfully), disabled all network active plugins, deleted all the ones we…
0
votes
1 answer

wpmu Get Blog Address? ie /myblog/

I can't seem to find a convenient WPMU (Wordpress Multisite) function for getting the blog's path. For instance if it is www.example.com/myblogpath/ I'm simply looking to get myblogpath. Has this been implemented yet?
Orangeman555
  • 1,179
  • 2
  • 21
  • 45
0
votes
1 answer

add_filter( 'single_template' ... not working although used correctly?

I'm on WPMU (if that matters) but as far as I know plugins should be working properly...the usual rules should apply. I've attempted to use the filter add_filter( 'single_template', 'ss_get_stock_image_template' ); but its not being called. Is…
Orangeman555
  • 1,179
  • 2
  • 21
  • 45
0
votes
2 answers

Weird Issues with WPMU I Can't Figure Out

I know I should post this on the WPMU forum, but no one writes me back and I'm just trying to find a larger audience hoping you have run into this issue as well. I have built a WPMU site for a client, and I am able to upload media into the Media…
Zach Smith
  • 5,490
  • 26
  • 84
  • 139
0
votes
1 answer

Add new role for sub-sites WPMU

I want to add a new role for all subsites in WPMU, so I created a file and tried the famous code on it (after including wp-blog-header.php): $result = add_role( 'ret_moderator', 'مدیر بازنشسته', array( 'read' => true, //…
0
votes
1 answer

How to redirect wordpress multisite?

I have WordPress multisite. I want to redirect it to new domain. How I do it? redirect .old.com to .new.net Thanks for respone ;) *I have copy all file and database from old.com to new.com
acemaxs
  • 19
  • 2
0
votes
1 answer

How to show recent posts on the main domain from a subdomain blog as well

I got 2 separate installations of WordPress, one on the main site and other on the sub-domain. Is there a possibility of showing posts from sub-domain on the main site, along with the articles of the main site. Like, every alternate article…