• Hi there,

    I have some questions regarding user registration:

    1) I want to use WordPress to host multiple user’s blogs (1 blog per user). In the Administration->Options page I have checked “Anyone can register”. However when the main site is displayed, I don’t see a Register link. Why is that happening and how can I show it?

    2) There is no Login link on the front page of my site. I thought that’s a pretty much standard functionality of any web community. How can I display it?

Viewing 8 replies - 1 through 8 (of 8 total)
  • 1) I want to use WordPress to host multiple user’s blogs (1 blog per user)

    Better suited for wordpress MU the same software wordpress.com uses.

    <?php wp_register();>
    <?php wp_loginout();>

    The code for registration and login links respectively. Just add these to your template wherever you would like them to show.

    Thread Starter kirilius

    (@kirilius)

    Thank you! I’ll try it.

    Thread Starter kirilius

    (@kirilius)

    I installed WordPress MU but I don’t get the register link by default again.

    Does this mean that there is no way that I can avoid changing theme code manually?

    are you logged in? You won’t see the register link if you’re already logged in. Log out and see if it shows up. If the code that jeremyclark13 gave you is there, it should show up.

    Thread Starter kirilius

    (@kirilius)

    I am logged out. The code is not there – I am using a default setup.

    Thread Starter kirilius

    (@kirilius)

    In fact the code is there by default. I just checked the sidebar.php file from the theme and it has the following lines:

    ...
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    ...

    Still the login/logout link is there but not the register link??

    Thread Starter kirilius

    (@kirilius)

    Any ideas?

    the mu thread here was helpful to me answering this question:
    https://mu.www.ads-software.com/forums/topic.php?id=2489&page

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘User registration/login – how to?’ is closed to new replies.