Cant get Password Protection to work on posts page
-
Hi. I’ve tried password protecting my posts page using WP’s built in password protect functionality (on Edit Page under the “publish” heading, under visibility. I’ve done this successfully on other blogs by doing nothin more than clicking edit, clicking “password protected,” filling in my password and updating.
This time not so simple. So far I’ve tried the following:
- Clearing cache
- Different browsers and platforms
- Deactivated all plugins
- Updating to latest version of WordPress
- Switching to default theme (twenty ten and andreas09, which is my parent theme).
- Reset my permalinks to default, tested unsuccessfully, switched back to numeric
- Made sure my WordPress URL and site URL matched in General settings
- Checked .htaccess file to see if leftover code was causing the issue, but I didn’t see anything I would consider a red flag, though my understanding here is very limited. Here’s what’s in there:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
These are all the ideas I’ve seen presented on the forums. Is there anything else I can try? Please see https://rtdsmartcard.com to see what I mean. Thanks all!
- The topic ‘Cant get Password Protection to work on posts page’ is closed to new replies.