Hi. Many plugins that offer a front-end login page – Theme My Login for instance – also override the login link so if you install such a plugin, the users will be redirected to the new page created with the plugin instead of the native one offered by WP.
Thanks for your reply.
At the moment if I check the settings box “Disable Redirection to Login Page”, then when a logged out user enters the submission form page or the article list page, they enter a page with an error message saying “you need to see this page”. Please could you tell me how I can change this message to something more appropriate like “you must first register to view this page”
I already have a login/out plugin, but for these two pages, it doesnt seem to pull in the page log in/out page when it should.
Thanks,
Andrew
All the messages that this plugin outputs are translation ready. This gives you the option of using the gettext wordpress filter (https://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/gettext) to change any message. It’s okay If you have no idea what I am talking about 🙂
The other option you have is to try another login plugin. I have used Theme My Login in the past and it used be quite good.
Hope this helps.