This topic has 5 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #114395
     keyandcee
    Participant

    hello everybody,

    i have some problems with the login redirect at my page.
    if the users login/ or are logged in, they dont redirect to the activity page.

    is any problems in my settings? im very appreciate for a check…
    the password and login details is added.

    thank you very much all!

    #114498
     Radu
    Moderator
    This reply has been set as private.
    #114602
     keyandcee
    Participant

    i need a second pair of glasses 😀
    excuse me! and do you have a idea for the restrict ?

    #114603
     keyandcee
    Participant

    THX very much!!

    #114614
     keyandcee
    Participant

    okey im resolved the redirect with a header code likes this:

    <?php
    if (is_user_logged_in() && is_front_page() ) {
    wp_redirect(‘URL’);
    exit;
    }
    ?>

    and i used the “Restricted Site Access” Plugin.

    THX guys & girls 🙂

    #114689
     Radu
    Moderator

    Great

    I will mark the topic as resolved

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?