I have created a new page with the slug /login. In this page I have added a short code:
[theme-my-login action=“login” show_links="0"]
And in the TML plugin settings page, I have set the right slug for the login form location (login).
After all of this, when I go to the login page of my website, the login form doesn’t show up.
Although I do not have a page for reset password set up, when visiting the resetpass page, the reset password form shows up.
What’s going on and how do I fix this?
I have created a new page with the slug /login. In this page I have added a short code:
[theme-my-login action=“login” show_links="0"]
And in the TML plugin settings page, I have set the right slug for the login form location (login).
After all of this, when I go to the login page of my website, the login form doesn’t show up.
Although I do not have a page for reset password set up, when visiting the resetpass page, the reset password form shows up.
What’s going on and how do I fix this?
Share Improve this question asked Jun 10, 2019 at 9:24 SidSSidS 1032 bronze badges 5 |1 Answer
Reset to default 1It could be the quotes if the code you have pasted is the exact code you're using. Notice around the word login
the quotes are curly rather than straight. Try pasting the same straight quotes you have around the number 0
.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745418214a4626848.html
login
the quotes are curly rather than straight. Try pasting the same straight quotes you have around the number0
. – WebElaine Commented Jun 10, 2019 at 13:37