I have created a download page I want it should be accessible to certain users who are logged in to my blog.
No one else should have direct access to page. Is there some plugin for that?
I have searched a lot but not found any meeting this requirement. Moreover if this possible to create a custom log in page other than wp-admin?
I have tried the password protect option in WordPress visibility but that is not much useful.
You could create a simple page template with just five lines of code:
Then select that template for the page you want to protect.
auth_redirect()
will send the user to the login page and back to the original URL after they are logged in.