• Hello,
    Instead of redirecting to the default login page, I would like to go for a customized login page and then go to private page after log in?

    Saw that the plugin does not do this, I need to add in the code to make it work the way I say?

    TRADUZIDO DE:
    Olá,
    Em vez de redirecionar para a página padr?o de login, teria como ir para uma página de login personalizada e ent?o ir para página privada depois de logado?

    Viu que o plugin n?o faz isso, o que eu preciso adicionar no código para fazê-lo funcionar da maneira que eu disse?

    https://www.ads-software.com/plugins/private-content-login-redirect/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you find the way to to redirect on custom login page ???

    Because i am looking for the same !!!

    Waiting for your response.

    Thread Starter gilvancn

    (@gilvancn)

    Hi sanjayidhatiya,
    I gave up because there was no answer here. ??

    Hello gilvancn,

    I have Resolved this issue in some other way. you can do this by following way.

    1) Install Page Restrict Plugin
    2) Restrict the page which you want to redirect in login.
    3) Now go to the “/wp-content/plugins/pagerestrict/”
    4) Open the file “pagerestrict.php” file
    5) Go to Line Number 102 and add the following line.
    wp_redirect( get_permalink( PAGE ID ) );
    exit();

    That’s ALL.

    Let me know if you have any query in above. mine is working fine.

    Thanks,
    Sanjay

    Thread Starter gilvancn

    (@gilvancn)

    Hi sanjayidhatiya,
    Thanks for that alternative.

    But it did not work for me.
    Moreover it is not advisable to edit the plugin for an update all changes are lost.

    Another detail is that the plugin “Page Restrict” is outdated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom login page’ is closed to new replies.