Ok guys, I’m building a page, where a certain sub-page is password protected. Easy in wordpress. But there is a UX problem: when a user enters a wrong password, theres no error message or something to indicate, that the password is not correct.
Is it posible to manually code it somehow to the template file?
not really, but can try something like:
in your template:
But a much better idea would be to create your own
the_content()
-like function and password form + check function, without cookies…