Hello, all.
Right now there is a login link on the comment boxes on my posts that redirects users to the standard wordpress login page. I have ultimate member and I want to direct that link my ultimate member’s login page rather than the WordPress login page.
I tried to look it up and was told to put in this to the functions.php:
add_filter( ‘login_url’, ‘your_login_page’, 10, 2 ); function your_login_page( $login_url, $redirect ) { return home_url( ‘/your-login-page/?redirect_to=’ . $redirect ); }
But, I think that this is only for child theme. How can I do this with the Astra theme on elementor? I am a super noob, so if you could be pretty detailed I would very much appreciate it.
Thank you!!
[ad_2]