• Resolved singhrt

    (@singhrt)


    I have a blog set up, and I want to create another which will be hosted on the same domain name, but in it’s own subfolder.

    I want this blog to have it’s unique categories etc, but to be accessible by the same users as the origional blog.

    Is there a way where users can sign in to this new blog with their origional user ids and passwords, rather than having to sign up again to the new blog?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • MichaelH

    (@michaelh)

    Thread Starter singhrt

    (@singhrt)

    This looks promising but I’m getting the “not authorised to access this page” message.

    Does anyone have a way around this?

    Thread Starter singhrt

    (@singhrt)

    IVE DONE IT!!

    For me just put in

    define(‘CUSTOM_USER_TABLE’, $table_prefix.’my_users’);

    into the wp-config file. The error message stopped by not including the following:

    define(‘CUSTOM_USER_META_TABLE’, $table_prefix.’my_usermeta’);

    obviously changing my_ to your table name.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Seperate blogs but same users’ is closed to new replies.