Loading...

Posts Tagged ‘MU’

WordPress 3.0 Multisite With Multiple Domains Setup

WordPress 3.0 Multisite With Multiple Domains Setup

WordPress 3.0 multisites lets you easily publish multiple sites, on multiple domains, within one installation.  This is a time-saving option for those of us who need to manage multiple separate domains running WordPress, but it does take a little knowledge and file access to set up, and at the moment isn’t for anyone who doesn’t consider themselves technically proficient. Editor’s… continue reading

Migrating a WordPress/WPMU/BuddyPress Website

Migrating a WordPress/WPMU/BuddyPress Website

Migrating a WordPress site can be something of a scary challenge, but we do it a lot, and we’ve become used to it. There are many good reasons to move a site – for example, you might set one up in a subfolder, and decide to move WP to the root. Or perhaps you’ve built a site on localhost and… continue reading

WordPress in News & Media Presentation

This is the presentation given by David Coveney at WordCamp UK 2009 in Cardiff. It covers the advantages, problems and implementations of WordPress as used by the News & Media sectors. If you need to view the slide notes (primarily for me, to be honest, but you may see some points that got cut during the presentation) you’ll have to… continue reading

Restricting WPMU sign-up

Restricting the ability to sign up to new wpmu blogs is unfortunate but necessary to get away from all the spam bloggers out there. They make life hell for everyone. This simplest means of hindering their progress is a plug-in that checks to see the login status of the person trying to create a new blog. <?php add_action(“signup_header”,”ICITAreYouAllowed”); function ICITAreYouAllowed()… continue reading

Steps for installing WP Mu as domain manager

The following is the basic procedure for installing WordPress mu with more than one domain name so that you only need one install to control several domains. I’m creating this document to help me see all the steps I’ve take so that I never have to figure it out from cold again and to help me with the writing of… continue reading