Browsing by Category:

WordPress Multisite

Back in the days before it was Multisite (the good old MU days :) WPMU.org has been reporting on the latest developments in WordPress Multisite, Network plugins, theme packs and a whole lot more.

In fact we were the first, and we’re still the best for Multisite! They don’t call us WPMU for nothing. If you’re serious about coding WordPress, own several sites and live, breathe, and eat the CMS, this section is for you.

New Login Widget Gives WordPress Multisite Users Instant Access to Their Dashboard, Profile & More

WordPress Multisite network administrators will love the handy new WPMS Sidebar Login Widget plugin. It pulls the user’s information and puts his blog info in front of him after he logs in.

The advantage of this login widget is that the user doesn’t have to try to remember the login address for his site. Once logged in the user will have links to his own dashboard, new post page, and profile page.

The WPMS Sidebar Login Widget is available for free from the WordPress plugin repository.

Photoxpress_3383000

Read more »

WordPress 3.2: Bring Back Your Network Admin Link With Our Free Plugin

Network Administrators are going to be a little bit sad when they realise that their Network Admin/Site Admin button has been tucked away inside a dropdown menu in WordPress 3.2. Check out the image on the right to see where it is.

There are a few reasons why this isn’t such a good thing:

The presence of the button on the dashboard tells you quickly which dashboard you are on;
Network Admins on large networks need to quickly move around and one unnecessary mouse click is one too many.

admin

Read more »

Free Plugin Lets You Use WordPress Multisite to Power Multiple BuddyPress Social Networks

Currently the default support for BuddyPress within WordPress Multisite is only for the main site. But what if you could have multiple social networks running on one WordPress installation, each having its own separate environment? BuddyPress enthusiasts have been asking for this feature ever since the plugin came on the scene. Now there’s a plugin for that!

yourlocalproject

Read more »

WordPress People and Pets: Interview with Tripawds Three Legged Dog Multisite Blog Community

While this series is intended to feature some of the most popularly known names in the WordPress community with their pets, this week we have decided to feature one of our favorite multisite communities. Tripawds Blogs is a user-supported blog community that helps to provide information, encouragement, community and support for owners of pooches who have had to undergo amputation.

Jim Nelson, the founder of the Tripawds, kindly agreed to answer a few of our questions about his unique community.

Why did you start this community in the first place?

friends

Read more »

Download Our WordPress PopUp Plugin For Free

We recently made our fancy WordPress PopUp plugin available for free in the WordPress plugin repository. The PopUp plugin is a highly effective tool for getting visitors connected to your mailing list or simply showing ads.

We are big fans of this plugin and have used it on wpmu.org to offer popover ads for WPMU DEV. Visitors who come to WPMU DEV via the popover ads view double the number of pages and stay doubly as long as visitors that come via Adwords.

popup-plugin

Read more »

New bbPress Plugin Now Available for Download and Fully Compatible with WordPress Multisite and BuddyPress

Yes, it’s finally here. Granted it’s still in Beta 1, but you can now find the bbPress plugin in the WordPress repository. Download it for yourself and give it a test run.

Here’s what the bbPress team has been shooting for in this beta:
We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.
Here’s what comes built-in with 2.0:

Seamless integration with your WordPress site and theme

bbpress

Read more »

Multiple Instances of BuddyPress Coming Soon to WordPress Multisite

Many people have been asking about the possibility of running multiple instances of BuddyPress with WordPress Multisite as the backbone. Good news: this may become a reality very soon.

BuddyPress developer Boone Gorges has been doing extensive work with the way that user metadata is stored and accessed throughout BuddyPress. Usermeta storage is an issue which previously stood in the way of running multiple BuddyPress instances on one site. All of this is about to change in BuddyPress 1.3.

buddypress-logo

Read more »

Add a Theme Switcher to the WordPress Admin Bar

Wouldn’t it be nice to be able to easily switch your WordPress theme using the admin bar? The Admin Bar Theme Switcher, created by Ryan Duff, is one of the most handy little plugins that I’ve tested in the past few days. It automatically adds a theme switcher dropdown to the WordPress admin bar:

Check out a screenshot of a site with a very long list of installed themes:

switcher

Read more »

How to Set the Default Theme for a WordPress Multisite Network

Here’s a quick tip that’s very easy to implement. When new sites are created with WordPress Multisite, the default behavior is to assign the WordPress TwentyTen Theme.

However, if you’d like to use a different theme, you can add the WP_DEFAULT_THEME constant definition to wp-config.php file, like so:

1
define('WP_DEFAULT_THEME', 'classic');

Replace ‘classic’ in the example above with the theme name that you want to define as the default.

Setting a default theme is very important, if you intend to remove the TwentyTen theme completely, according to the codex:

blog-templates

Read more »