Hello,
I’m doing tests and coming back to you
I just did a test, I do not reproduce your problem, since what URL do you connect via budypress?
Thread Starter
Anonymous User 16833488
(@anonymized-16833488)
I’m sorry I just saw that this problem is with my theme.
When I activated some default wordpress theme like Twenty Nineteen it worked (with this theme active i login through the wordpress toolbar).
I think my theme is not changing the url as it should.
See, here is the url that the default theme shows me.
http://domain.test/login/?redirect_to=http%3A%2F%2Fboss.test%2Fola-mundo%2F
But if I activate my theme the url becomes just this:
http://domain.test/login/
Do you have any idea why it is not showing the correct url? I will talk to the theme developers to fix this
-
This reply was modified 6 years, 6 months ago by
Anonymous User 16833488.
-
This reply was modified 6 years, 6 months ago by
Anonymous User 16833488.
-
This reply was modified 6 years, 6 months ago by
Anonymous User 16833488.
Thread Starter
Anonymous User 16833488
(@anonymized-16833488)
Currently the link is showing like this:
<a href="<?php echo wp_login_url(); ?>" class="login"><?php _e( 'Login', 'theme' ); ?></a>
Thread Starter
Anonymous User 16833488
(@anonymized-16833488)
change wp_login_url() to wp_login_url( get_permalink() ) seems to fix that.
Thanks!