Set front_page programatically after user login via query, while leaving site option alone
You could modify the main query on your static front page to switch to different pages depending on the logged in user by doing something like this: add_action(‘pre_get_posts’, function($query) { // if not admin, and if it is the main query, and the page id matches the page id set to be static front page… … Read more