Problem protecting a page with a password

Here are the logical steps to find out the cause of the problem.

  1. Remove the password and load the page, is it showing the page content? If not, the problem is within your page template. Be sure you use the WordPress post loop correctly

  2. The the answer of your first question is yes, then we need to dig into the more complex things..

2.1. Go to WordPress permalink and flash it, or just can hit the below button, most of the time, just visiting the permalink page works

2.2. If the problem is still persist, uninstall the plugins one by one and check whether the problem persist. If you find a plugin that is causing the problem then you know what to do, most likely find a alternate plugin to fix the plugin.

2.3. If the problem still persist, switch the theme with default WordPress theme. The is the end of our steps and if the content is visible with the password, you definitely need to work on the theme functions to solve the problem.

Hope this helps
Sabbir H
The WP Guy