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
1
vote
0 answers

Why adding an SSL domain to WordPress Multisite causes: "Potential Security Risk Ahead" warning

I have a WordPress MultiSite (WPMS) with several sites as sub folders. Running with SSL on main domain all is OK. In order to assign one of the child sites to an independent domain: I have set a new SSL for the domain. The new domain DNS points to…
Mulli
  • 1,598
  • 2
  • 22
  • 39
1
vote
0 answers

Redirct all subfolder to new domain except wp-admin login page

I've added a 301 redirect to a subfolder from example.com /id to -example/net/id location /id/ { return 301 https://www.example.net/$request_uri ; } can i exclude my wp-admin login page so i can still view it in my old domain?
Zion Maor
  • 11
  • 1
1
vote
0 answers

adding functions to individual sites in a WPMU installation

This is a bit of a rookie question but i cant seem to find any clear explanations elsewhere. I have set up a WPMU installation that I am experimenting with. My question is the following. I have been using the functions.php file located within the…
CamthraX
  • 57
  • 6
1
vote
0 answers

Autoblog - WPMU DEV unable to edit post Permalink

I have installed Autoblog - WPMU DEV plugin in my site and i have imported some blogs using feed . But when i published the blog post only some content and image is appearing in home page ,and once we click that its taking me to original site blog…
Trend Snaps
  • 198
  • 4
  • 15
1
vote
1 answer

Two login forms require seperate redirects

I have two login forms for my Wordpress Multisite site, one for logging into the web version of the app and another for logging into the mobile version of the app. The problem is that I need to redirect the different forms, after user login, to…
user1419810
  • 836
  • 1
  • 16
  • 29
1
vote
0 answers

Wordpress Multisite, centralized news system, image path issue

I'm trying to make a centralized Posts delivery system for a WPMU-Installation. The Setup: Latest Wordpress Installation Plugin: Advanced Custom fields (ACF) Plugin: WPML The Goal: I want to create a post, which should finally be delivered to the…
themca
  • 323
  • 3
  • 15
1
vote
1 answer

Wordpress and custom menu using wp_page_menu

I'm using the following code to add custom taxonomies to my menu in wordpress. I need to make these "sub" items under Products. Example right now they are showing up: Photography > Lighting Photography > Cameras I need them to show up as…
Brad
  • 2,237
  • 5
  • 41
  • 69
1
vote
1 answer

wordpress wp_list_categories problem

I need to make something like wp_list_categories that shows categories that are empty but only if they have children categories that have posts in them. Anyone have any ideas? Thanks
Brad
  • 2,237
  • 5
  • 41
  • 69
1
vote
1 answer

Wordpress rewrite image path

I've got a website that is running WordPress. It has several pictures that I am retrieving from a datafeed. The images from the datafeed are at locations…
Brad
  • 2,237
  • 5
  • 41
  • 69
1
vote
1 answer

WPMU Change primary domain

I have a blog network set up with Wordpress and WPMU. I'm trying to change my primary domain from example-foo.com to example-bar.com. The problem is, when I'm trying to access the website by example-bar.com, I get a redirect loop like…
user1878980
  • 515
  • 2
  • 8
  • 21
1
vote
1 answer

Why does wpmu_new_user not fire inside of a plugin but does inside functions.php?

I have a project to complete where sites within a WordPress Multisite blog will automatically add users to the corresponding sites (where the plugin is enabled) I hope I worded that correctly. The problem: The wpmu_new_user hook does not fire…
Adam Skiba
  • 633
  • 1
  • 6
  • 15
1
vote
1 answer

WPMU Plugin Availability and Activation - How to Control Both

I'm working on a plugin which when activated on the network it must run on all blogs, not optional to users. I'm confused - when I network-deactivate the plugin I see instances are still activated on other blogs. Perhaps I am confused. How do…
Orangeman555
  • 1,179
  • 2
  • 21
  • 45
1
vote
1 answer

WordPress 3.9 Multisite db connection error

I have a ZendFW application and WPMU installed. Admins at Zend app has an interface where they can create a new MU site. I included wp-load.php and then called wpmu_create_blog and so on... Once I updated the WP to 3.9 I got error establishing…
Ivan Bajalovic
  • 780
  • 1
  • 9
  • 20
1
vote
1 answer

WordPressMU - get blog list, alphabetically sorted by blogname

In WordPress MU, I've tried writing my own query for this but can't seem to get all of the joins I really need. The result set I'm looking for would be something like: blog_id blog name blog path owner first name owner last name and return it all…
Jeff
  • 2,794
  • 8
  • 30
  • 35
1
vote
0 answers

wordpress multisite network custom post type

I'm looking for an option to make custom post type that will be availble to the super admin only (wordpress multisite) and I'll have the option to add new posts to this custom post type from each of the network websites (via frontend insert post).
Dvir H
  • 77
  • 1
  • 9