• WP 2.9.2 has built in registeration?
    Or I need a plugin?
    I want to do that only logged in users can comment

Viewing 8 replies - 1 through 8 (of 8 total)
  • it has built in registration

    you can set it so only logged in people can comment in the settings->discussion area I beluieve

    Thread Starter elizool99

    (@elizool99)

    thanks i will check it
    how to find the page of regsiteration so ppls can register my blog?

    it usually shows up on your theme, or you can add a meta widget to your sidebar to display the register option

    Thread Starter elizool99

    (@elizool99)

    i cant find registeration link of my blog

    How do you log in? There is a register option on the login box.

    Also, in appearances-> widgets from the admin menu, if you drag the widget called ‘meta’ to teh sidebar, it will give a register option (NOTE you can’t see the register option if you are logged in, it only shows up to users not logged in)

    You can also add: <?php wp_register('', ''); ?> to your theme somewhere (I do it in footer.php) to add a registration link to your theme

    also, in settings->discussion you can set it so that only logged in people can leave comments. Then in the comment section of your theme it will ask people to log in

    Thread Starter elizool99

    (@elizool99)

    Thank u u helped me
    but in this function:
    <?php wp_register(”, ”); ?>
    what can i control with the two quots in the function?

    http://codex.wordpress.org/Function_Reference/wp_register

    the quotes are filler, to display nothing.

    You can add text to display before or after the register link…if you don’t use the quotes, it automatically displays the register link within <li></li> tags

    Thread Starter elizool99

    (@elizool99)

    thanks,
    I see the registeration page very simple and isnt so good
    I will use a plugin
    thank you anyway I learned new things 🙂
    Im plannig to build online games site
    what do u think wordpress will be a good CMS?

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘WP 2.9.2 has built in registeration?’ is closed to new replies.