Posts

Showing posts with the label wordpress mu

How to: Installing Multiple Blogs

Image
Multiple Blogs Through Multiple Installs If you want multiple blogs using WordPress, you must actually install each separately (that is, as a separate WordPress installation). You can do this whether you have the ability to create multiple databases or are limited to a single database. Multiple Databases You'll need a separate MySQL database for each blog you plan to install. If you have not yet created these, basic instructions are found here . The wp-config.php file will vary for each installation. The lines to change are: define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'username'); // Your MySQL username define('DB_PASSWORD', 'password'); // ...and password DB_NAME will be the name of the individual database created for that blog. If you are using different user logins for each database, edit DB_USER and DB_PASSWORD to reflect this, as well. Upload each wp-config.php fi

Tranzit