• Hi,

    My blog is http://www.badlandscaping.com. And I am trying to fix the lack of registration links. I read all of the other posts, and there are a lot of them on this issue, but all I want is a sense of what code to edit.

    PHP really escapes me though HTML is pretty familiar. I don’t see where to add a new user link, although I have looked at wp-login, and tried a few things, none of which work.

    Can someone please send me in the right direction?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Users -> Scroll Down -> Add the info

    In your Admin Panel.

    The email address has to be unique.

    Thread Starter msadesign

    (@msadesign)

    Actually what I want is for users to create new logins themselves, which is why I was asking for some guidance on where I could put a link, and what it would look like?

    Michael

    Ah ok, I believe it would look something like this:

    http://yourwebsite.com/wp-login.php?action=register

    That is the url version, ill see if I can find the php version…

    ‘/wp-login.php?action=register”>'<?php _e(‘Register’) ?>’

    It is found on the wp-login.php page. If you look at it closely, you will see other options there as well, such as:

    ?action=lostpassword
    ?action=rp&key=$key\r\n
    ?action=lostpassword&error=invalidkey

    Does this help out at all?

    Oh, and you have to have the option turned on that allows people to register for a username on your blog.

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

The topic ‘Looking for registration code’ is closed to new replies.