If you wish to have multiple blogs utilising WordPress, use multisite characteristic to create what was referred to as a network of websites.
A couple of Blogs by way of multiple Installs:
by way of some intent, if you want multiple WordPress situations, you have got to certainly install every WordPress separately (that is, as a separate WordPress installation). Procedure architecture will also be divided into two forms by means of number of databases.
- More than one databases installation. Each and every database manages special web page’s understanding.
- Single database set up. The database manages all web site’s knowledge.
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
For more details and full information visit codex