• Hi,

    I want to change “Register for this site” at the top of the register page and I’ve searched google for answers. I’ve found that I should edit part of wp-login.php as this is where the text comes from, but after editing that file nothing changed!!

    Any clues anyone?

    All I want to put is “By registering you are agreeing to our Terms and Conditions (and I’d like that hyperlinked to the T&Cs page)

    Thanks

    Gavin

    http://wordpress.org/plugins/theme-my-login/

Viewing 1 replies (of 1 total)
  • If you go into the /wp-content/plugins/theme-my-login folder you’ll notice a folder named “Templates” , you can transfer these templates to your theme folder /wp-content/themes/mythemename – by default the script will look for those theme files before utilizing the ones that are defaulted by the script itself.

    You’re looking for register-form.php, from there you can alter the template file.

    Alternatively – The script itself also builds the pages for you (upon initial installation), so if you’re just looking to change the Title on the register page, then all you need to do is update the title of the page inside of your WordPress Dashboard (I wouldn’t recommend updating the slug, just the page title).

    ie: Change “Register” to “Register For My Site” in the title field, then either above or below the [theme-my-login] code you can input the information you’re looking to input.

Viewing 1 replies (of 1 total)
  • The topic ‘Change title on Register Page’ is closed to new replies.