Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum post-login page re-directing to site landing page, not forum landing page

Viewing 2 replies - 1 through 2 (of 2 total)
  • @robkk

    Moderator

    This plugins should help if you want more control.

    https://wordpress.org/plugins/peters-login-redirect/

    Without a Plugin you have to add this to your child themes functions.php

    add_filter( 'login_redirect', 'rkk_login_redirect' );
    function rkk_login_redirect() {
        // Change forums to whatever is your forum main page
        return home_url( '/forums' );
    }

    @mrose74

    Participant

    Thanks Rob! I was able to fix it via plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar