Loading...

James R Whitehead’s Posts

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

Change wordpress dashboard RSS feed

If you ever feel like you want to change the source of the news items on the wordpress dashboard (Not wordpress.com, sorry if I got your hopes up there) here is how to do it. You can either add the code that follows to your themes functions.php or you can add the it to a plug-in. Just change the returns… 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