it has built in registration
you can set it so only logged in people can comment in the settings->discussion area I beluieve
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
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
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
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?