Results 1 to 1 of 1

Thread: Redirect to registration page instead of login page.

  1. #1
    Thread Starter
    ralmoor's Avatar
    Join Date
    Feb 2013
    Location
    United States
    Posts
    88
    Thanks
    3
    Thanked 4 Times in 3 Posts

    Redirect to registration page instead of login page.

    Posting this here also since no help was offered in the other forum...


    I need some help. I have created a landing page for my listings. The landing page has the following if statement

    if ( is_user_logged_in() ) {
    echo '
    <p style="text-align: center;"><a class="buy_button" href="http://bla-bla.com/create-listing/" data-mce-="">Create a Listing</a></p>
    ';
    } else {
    echo '
    <p style="text-align: center;"><a class="buy_button" href="http://www.bla-bla.com/create-listing/" data-mce-="">Create my Account</a></p>
    ';
    }

    I need to change the redirect if they are not logged in to register instead of login. I don't think this text is very user-friendly
    You must first login or register to Create a Listing.


    I think the user experience would be much improved if they would see the registration page instead of a red warning box on the login page. Where can I change the redirect to register instead of login? Thank you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Redirect to registration page instead of login page.
    By ralmoor in forum Help Using Vantage (Legacy)
    Replies: 4
    Last Post: March 11th, 2016, 06:13 AM
  2. Login Redirect to Specific page, NOT Home page.....
    By scoobyfaith in forum ClassiPress General Discussion
    Replies: 4
    Last Post: August 1st, 2015, 11:11 PM
  3. Redirect loop with home page and registration page
    By roblunte in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: September 22nd, 2014, 10:36 AM
  4. Replies: 2
    Last Post: March 18th, 2013, 09:47 PM
  5. Redirect To DashBoard After Registration (or other page)
    By andry79fi in forum Clipper General Discussion
    Replies: 6
    Last Post: October 4th, 2012, 11:24 PM