Archive for September, 2008

Custom Theme: World of Warcraft

09.26.2008 by Denis - 0 Comment
Posted in Theme

World of Warcraft is two column WordPress Theme for World of Warcraft game lover. It’s Widget-ready and compatible with WordPress 2.6 and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

WoWNorge

Demo

The Theme is made for WoWNorge, a Norwegian World of Warcraft fan site. If you like the game and live in Norway, visit their site at http://wownorge.net/.

If you want to have a custom theme. please don’t hesitate to contact me: email/MSN: denishua@hotmail.com

One WordPress installation, multiple blogs 1

09.19.2008 by Denis - 0 Comment
Posted in WordPress

For different database:

1. Point all domains to the same WordPress root directory.

2. Add the following code at beginning of wp-config.php:

$hostname = $_SERVER['HTTP_HOST'];
 
switch ($hostname) {
case "fairyfish.com":
    $db = "db1";
    break;
case "denis.fairyfish.com":
    $db = "db2";
    break;
}
 
// ** MySQL settings ** //
define('DB_NAME', $db);    // The name of the database