Recently I have started to play with making my own themes for WordPress. Rather than start from the ground and reinvent the wheel, I decided to use a base theme which I can then extend. I also opted to use the brilliant Compass css framework to speed up development. Im going to talk about how I set my project up to get the most out of these tools.
Tag Archives: wordpress
Theming WordPress whilst using Compass and SASS
Aside
I just wanted to point to a brilliant article by Technosailor about theming wordpress whilst using SASS and Compass.
Check it out.
As someone just venturing into the Compass/SASS arena, I found it really helpfull.
WordPress network on Dreamhost
Featured
Recently I have started deploying more and more versions of the WordPress code base for different projects that I have been working on, and a couple of them have been network (multisite) installs. For those who dont know what a multisite install is, well it allows you to run several instances of wordpress off a single codebase.
There are two ways [out of the box] that a network can run:
- Sub directories
- Sub domains
But all is not lost
If you log into the excellent Dreamhost panel to administer your account then you can set up your domains, you can follow these steps to get the new site hosted.
- Log into Dreamhosts Panel
- Click Manage Domains

- Click Add New Domain

- Scroll down and fill out the Mirror Domain form. Enter the new wordpress site into the “Create the mirror at” field, and choose the main wordpress network address from the dropdown for the mirror this site field. Finally click mirror this domain.

- You should see the success notification.

Sit back and relax
Thats not all folks
If you also take the time to install the WordPress Domain Mapping plugin, then you can use the process above to host completely different domains off of a single wordpress codebase. How cool is that.