/ Published in: PHP
paste it in wp-config.php and make sure the prefixes are right (wp_* is default) also the blogs must be installed on the same database with different prefixes.
For example, you might have a primary blog with the table prefix wp_ on the database wordpressblog and you install a new blog on the same wordpressblog database but with a different prefix (this is important) - you can share the the primary blogs already populated user tables (in other words a shared login).
Expand |
Embed | Plain Text
You need to login to post a comment.
