I don't want people to have to log in, I just want to prompt them with a question and if they can answer it, they can access the site. All the solutions and plugins that I've found seem to be overkill for my needs. Does this kind of thing exist?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You could add a statement to the end that require them to answer a question if they dont have a cookie set and sets a cookie when they do, allowing them access to the site. I'm on my phone but something like this.
|
|||||||
|
|
Alternatively, you could use HTTP authentication on your webserver for the folder your WordPress installation resides in. If you're using Apache, you can use the following documentation to configure it: http://httpd.apache.org/docs/2.2/howto/auth.html If you use Lighttpd, you can check out this page: http://2skies.com/docs/basic_http_authentication_with_lighttpd |
|||
|