Custom Login / Registration Pages

Home Forums Calendar Products Community Events Custom Login / Registration Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1070972
    Meghan Cooper
    Participant

    I use a custom Login and Registration link (still using the wp_login_form) for paid subscriptions for my site so instead of calling the wp_login_form I’d like it to take them to the login pages I’ve created. I’m very beginner so I’m not sure how to change this call to be directed to the specific pages that they live on.

    #1071055
    Brook
    Participant

    Howdy Meghan,

    That is totally doable. Have you ever pasted a “snippet” in your functions file before? That’s all you need to do here, and I’ll walk you through it.

    Paste the following snippet at the top of your theme’s functions.php file. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag.

    https://gist.github.com/elimn/4c321fa3d568446e08a1

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    #1071067
    Meghan Cooper
    Participant

    That worked thank you! I just need to tweek my login page to include a register link and it will work. Thank you so much.

    #1071212
    Brook
    Participant

    Excellent! It was my pleasure.

    • Brook
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Login / Registration Pages’ is closed to new replies.