When someone gets onto page not found, they get a message that the page doesn’t exist or is private. I want to provide additional information to help people find a private page by asking them to sign up or log in to the forum.
I can just change the text, but I don’t see the log in and sign up buttons on this page. I also tried changing the text to include the links, but saw that doesn’t work.
Any suggestions? Is there a way to make sure these buttons are available?
The trouble is that we need the full JS kaboodle to render that correctly according to whatever theme/plugin is in place.
But maybe we try to see how much mileage we get from hardcoding the HTML in that section and just forcing it to redirect somewhere on click. CSS is still sent down so at least theme CSS should be respected here which gives customizers a bit of a way out.
Mainly I am thinking the argument for putting a “sign up” and “log in” here is quite strong… because @debryc is right, if you hit this 404 page due to insufficient permissions, where is the call to action to “fix” the problem and log in?