Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Well, ideally you’d just allow users to register on a blocked content page/post (the registration form will show by default on any content that is blocked) – that way, they just end up on the page they were accessing.

    If you want to direct users to a specific page upon successful registration, there is an action hook for that:
    https://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/wpmem_register_redirect/

    Thread Starter presley.cobb

    (@presleycobb)

    Thanks I poked around for a bit and just couldn’t figure out how to use that code. I’m new to wordpress but but am a tech person in general. When I put the code under the register shortcode shows up as plain text on the website when I preview it. I’m pretty sure im inserting it in the wrong place where should I put this code? Oh and im not using the visual view it’s the text view. fyi

    Plugin Author Chad Butler

    (@cbutlerjr)

    This should be added to the theme functions.php file. That file is where you would put custom functions (and the add_filter/add_action calls).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change your change registration page’ is closed to new replies.